summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine (follow)
Commit message (Collapse)AuthorAgeFilesLines
* generic machine is now bookkeeping (nw) Miodrag Milanovic2016-01-102-319/+0
|
* move things around (nw) Miodrag Milanovic2016-01-102-39/+0
|
* removed memory tracking (nw) Miodrag Milanovic2016-01-081-1/+1
|
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-6/+6
|
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-1/+0
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+0
|
* placed back some files that should be part of core (nw) Miodrag Milanovic2015-09-132-0/+359
|
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-13526-167246/+0
|
* fixed default value for display (nw) Miodrag Milanovic2015-09-061-1/+1
|
* Merge pull request #295 from shattered/_c60338d Miodrag Milanović2015-08-302-1/+20
|\ | | | | at, at_keybc: hook up Display Switch and remove irrelevant DSW0 [shattered]
| * at, at_keybc: hook up Display Switch Sergey Svishchev2015-08-302-1/+20
| |
* | 68230: handle Port C Data Direction Register (register 4) Sergey Svishchev2015-08-301-0/+8
|/
* Added centronics-ish interface support for the fccpu1 board as expected by ↵ Joakim Larsson Edstrom2015-08-282-172/+312
| | | | the system ROM, tested and works
* Cleanups and version bumpmame0165 Miodrag Milanovic2015-08-263-5/+4
|
* fix typos in intelfsh.c (nw) Luca Elia2015-08-251-2/+2
|
* Guarding against inappropriate use Michael Zapf2015-08-241-15/+21
|
* leland: fix MT05377 MT05709 and MT05435 (hopefully) cracyc2015-08-232-14/+7
| | | | pit8253: try to prevent mode 2 triggering twice (nw)
* Created a separate logging class. Netlist code should now be at least couriersud2015-08-232-25/+30
| | | | | 98% type safe. No more fuzzing around with SIZEFMT and friends. Changed formatting to use python style format strings. (nw)
* Just some logging improvement Michael Zapf2015-08-231-1/+2
|
* Minor changes to AT29x and logging. Michael Zapf2015-08-221-21/+16
|
* Geneve: Added boot flash ROM support (PFM) Michael Zapf2015-08-221-5/+5
|
* New AT29 flash EEPROM circuits Michael Zapf2015-08-214-536/+645
|
* Merge pull request #286 from fulivi/hp64k_dev2 R. Belmont2015-08-172-9/+12
|\ | | | | Update to HP64K driver
| * i8251: rx and tx data buffers separated fulivi2015-08-172-9/+12
| |
* | tmp68301.c: fix masking of parallel data register Luca Elia2015-08-162-3/+9
| |
* | intelfsh.c: add support for TMS29F040 variant Luca Elia2015-08-162-6/+34
| |
* | Added seconds() and attoseconds() to attotime and prefixed members with couriersud2015-08-156-14/+14
| | | | | | | | | | | | | | m_. Rewrote code accessing members to use seconds() and attoseconds(). The changes were triggered by a test how gcc __int128_t would perform as the internal representation. This test revealed that the current implementation is still faster. (nw)
* | Some netlist_time maintenance. Straightened code using it and added couriersud2015-08-142-17/+22
| | | | | | | | | | support for 128 bit resolution on systems supporting it. This is however disabled since all platforms I know don't have native support but emulate 128 bit. (nw)
* | naomi: reduce tagmap lookups (nw) Wilbert Pol2015-08-142-3/+6
| |
* | Add support for M58819 'VSM-emulator', fixes speech in Radar Scope TRS01 ↵ Lord-Nightmare2015-08-132-8/+18
| | | | | | | | set. [Lord Nightmare]
* | Make netlist more typesafe. Added a pformat class to reduce sprintf couriersud2015-08-102-7/+7
| | | | | | | | usage. The approach is also suitable for translated strings with arbitrary positioning of parameters. (nw)
* | utf8 support for pstring. Opted for a scalable solution which should be couriersud2015-08-101-9/+9
| | | | | | | | | | easily extensible to utf16 and utf32 as well. All position related operations now operate on char code positions instead of byte positions. [Couriersud]
* | Defining variants 9224 and 9234 (WIP) Michael Zapf2015-08-102-137/+167
| |
* | Added simple stream classes to netlist code. (nw) couriersud2015-08-032-5/+9
| |
* | mfmhd: Introduced format definition, now generally available. Michael Zapf2015-08-023-1978/+1
| |
* | mfmhd: Autodetect gaps, defined formats Michael Zapf2015-08-024-223/+579
|/
* Cleanups and version bumpmame0164 Miodrag Milanovic2015-07-2910-120/+117
|
* atapihle: Added Check Power Mode command (nw) Ville Linde2015-07-242-0/+7
|
* please bear with me.. these are needed to compile in GCC 5.2 and I want ↵ Cowering2015-07-233-0/+32
| | | | mingw guys to see them. with luck they can be reverted in a couple of days (nw)
* Remove this log, nw angelosa2015-07-231-1/+1
|
* Merge pull request #264 from JoakimLarsson/force68k David Haywood2015-07-222-0/+250
|\ | | | | Force68k
| * Removed/initialized class members to fix compile problems at travis etc Joakim Larsson Edström2015-07-222-3/+2
| |
| * started support for CPU-1 Centronics port on Port B Joakim Larsson Edström2015-07-212-1/+23
| |
| * More registers added, should probably just add them all at once... Joakim Larsson Edström2015-07-202-0/+7
| |
| * Added PBDR register needed for printer on CPU-1, still need to add handshake ↵ Joakim Larsson Edström2015-07-202-2/+41
| | | | | | | | wiring to the data port to get it to work
| * Compiles but produces printouts only when used from fccpu1 driver for needed ↵ Joakim Larsson Edström2015-07-202-186/+109
| | | | | | | | registers only
| * 68230 device improvements, not yet compiling Joakim Larsson2015-07-202-23/+205
| |
| * started implementation of a Motorola 68230 PI/T (Parallell Interface / ↵ Joakim Larsson2015-07-202-0/+78
| | | | | | | | Timer) device
* | Added preliminary CD-DA routing to SCSP EXTS parallel port, fixes CD-Rom ↵ angelosa2015-07-211-1/+6
| | | | | | | | player equalizer in Sega Saturn. [Angelo Salese]
* | Fixed World Heroes Perfect (Sega Saturn) TH Control Mode in SMPC. [Angelo ↵ angelosa2015-07-211-6/+8
|/ | | | Salese]