summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine (follow)
Commit message (Expand)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 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 th... Joakim Larsson Edstrom2015-08-282-172/+312
* 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
* Created a separate logging class. Netlist code should now be at least couriersud2015-08-232-25/+30
* 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
|\
| * 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
* | Some netlist_time maintenance. Straightened code using it and added couriersud2015-08-142-17/+22
* | naomi: reduce tagmap lookups (nw) Wilbert Pol2015-08-142-3/+6
* | Add support for M58819 'VSM-emulator', fixes speech in Radar Scope TRS01 set.... Lord-Nightmare2015-08-132-8/+18
* | Make netlist more typesafe. Added a pformat class to reduce sprintf couriersud2015-08-102-7/+7
* | utf8 support for pstring. Opted for a scalable solution which should be couriersud2015-08-101-9/+9
* | 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 mingw... Cowering2015-07-233-0/+32
* Remove this log, nw angelosa2015-07-231-1/+1
* Merge pull request #264 from JoakimLarsson/force68k David Haywood2015-07-222-0/+250
|\
| * 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
| * Compiles but produces printouts only when used from fccpu1 driver for needed ... Joakim Larsson Edström2015-07-202-186/+109
| * 68230 device improvements, not yet compiling Joakim Larsson2015-07-202-23/+205
| * started implementation of a Motorola 68230 PI/T (Parallell Interface / Timer)... Joakim Larsson2015-07-202-0/+78
* | Added preliminary CD-DA routing to SCSP EXTS parallel port, fixes CD-Rom play... angelosa2015-07-211-1/+6
* | Fixed World Heroes Perfect (Sega Saturn) TH Control Mode in SMPC. [Angelo Sal... angelosa2015-07-211-6/+8
|/