| Commit message (Expand) | Author | Age | Files | Lines |
| * | Some cleanups and init fixes with help of ReSharper C++ (nw) |  Miodrag Milanovic | 2015-11-11 | 1 | -1/+0 |
| * | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+0 |
| * | placed back some files that should be part of core (nw) |  Miodrag Milanovic | 2015-09-13 | 2 | -0/+359 |
| * | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 526 | -167246/+0 |
| * | fixed default value for display (nw) |  Miodrag Milanovic | 2015-09-06 | 1 | -1/+1 |
| * | Merge pull request #295 from shattered/_c60338d |  Miodrag Milanović | 2015-08-30 | 2 | -1/+20 |
| |\ |
|
| | * | at, at_keybc: hook up Display Switch |  Sergey Svishchev | 2015-08-30 | 2 | -1/+20 |
| * | | 68230: handle Port C Data Direction Register (register 4) |  Sergey Svishchev | 2015-08-30 | 1 | -0/+8 |
| |/ |
|
| * | Added centronics-ish interface support for the fccpu1 board as expected by th... |  Joakim Larsson Edstrom | 2015-08-28 | 2 | -172/+312 |
| * | Cleanups and version bumpmame0165 |  Miodrag Milanovic | 2015-08-26 | 3 | -5/+4 |
| * | fix typos in intelfsh.c (nw) |  Luca Elia | 2015-08-25 | 1 | -2/+2 |
| * | Guarding against inappropriate use |  Michael Zapf | 2015-08-24 | 1 | -15/+21 |
| * | leland: fix MT05377 MT05709 and MT05435 (hopefully) |  cracyc | 2015-08-23 | 2 | -14/+7 |
| * | Created a separate logging class. Netlist code should now be at least |  couriersud | 2015-08-23 | 2 | -25/+30 |
| * | Just some logging improvement |  Michael Zapf | 2015-08-23 | 1 | -1/+2 |
| * | Minor changes to AT29x and logging. |  Michael Zapf | 2015-08-22 | 1 | -21/+16 |
| * | Geneve: Added boot flash ROM support (PFM) |  Michael Zapf | 2015-08-22 | 1 | -5/+5 |
| * | New AT29 flash EEPROM circuits |  Michael Zapf | 2015-08-21 | 4 | -536/+645 |
| * | Merge pull request #286 from fulivi/hp64k_dev2 |  R. Belmont | 2015-08-17 | 2 | -9/+12 |
| |\ |
|
| | * | i8251: rx and tx data buffers separated |  fulivi | 2015-08-17 | 2 | -9/+12 |
| * | | tmp68301.c: fix masking of parallel data register |  Luca Elia | 2015-08-16 | 2 | -3/+9 |
| * | | intelfsh.c: add support for TMS29F040 variant |  Luca Elia | 2015-08-16 | 2 | -6/+34 |
| * | | Added seconds() and attoseconds() to attotime and prefixed members with |  couriersud | 2015-08-15 | 6 | -14/+14 |
| * | | Some netlist_time maintenance. Straightened code using it and added |  couriersud | 2015-08-14 | 2 | -17/+22 |
| * | | naomi: reduce tagmap lookups (nw) |  Wilbert Pol | 2015-08-14 | 2 | -3/+6 |
| * | | Add support for M58819 'VSM-emulator', fixes speech in Radar Scope TRS01 set.... |  Lord-Nightmare | 2015-08-13 | 2 | -8/+18 |
| * | | Make netlist more typesafe. Added a pformat class to reduce sprintf |  couriersud | 2015-08-10 | 2 | -7/+7 |
| * | | utf8 support for pstring. Opted for a scalable solution which should be |  couriersud | 2015-08-10 | 1 | -9/+9 |
| * | | Defining variants 9224 and 9234 (WIP) |  Michael Zapf | 2015-08-10 | 2 | -137/+167 |
| * | | Added simple stream classes to netlist code. (nw) |  couriersud | 2015-08-03 | 2 | -5/+9 |
| * | | mfmhd: Introduced format definition, now generally available. |  Michael Zapf | 2015-08-02 | 3 | -1978/+1 |
| * | | mfmhd: Autodetect gaps, defined formats |  Michael Zapf | 2015-08-02 | 4 | -223/+579 |
| |/ |
|
| * | Cleanups and version bumpmame0164 |  Miodrag Milanovic | 2015-07-29 | 10 | -120/+117 |
| * | atapihle: Added Check Power Mode command (nw) |  Ville Linde | 2015-07-24 | 2 | -0/+7 |
| * | please bear with me.. these are needed to compile in GCC 5.2 and I want mingw... |  Cowering | 2015-07-23 | 3 | -0/+32 |
| * | Remove this log, nw |  angelosa | 2015-07-23 | 1 | -1/+1 |
| * | Merge pull request #264 from JoakimLarsson/force68k |  David Haywood | 2015-07-22 | 2 | -0/+250 |
| |\ |
|
| | * | Removed/initialized class members to fix compile problems at travis etc |  Joakim Larsson Edström | 2015-07-22 | 2 | -3/+2 |
| | * | started support for CPU-1 Centronics port on Port B |  Joakim Larsson Edström | 2015-07-21 | 2 | -1/+23 |
| | * | More registers added, should probably just add them all at once... |  Joakim Larsson Edström | 2015-07-20 | 2 | -0/+7 |
| | * | Added PBDR register needed for printer on CPU-1, still need to add handshake ... |  Joakim Larsson Edström | 2015-07-20 | 2 | -2/+41 |
| | * | Compiles but produces printouts only when used from fccpu1 driver for needed ... |  Joakim Larsson Edström | 2015-07-20 | 2 | -186/+109 |
| | * | 68230 device improvements, not yet compiling |  Joakim Larsson | 2015-07-20 | 2 | -23/+205 |
| | * | started implementation of a Motorola 68230 PI/T (Parallell Interface / Timer)... |  Joakim Larsson | 2015-07-20 | 2 | -0/+78 |
| * | | Added preliminary CD-DA routing to SCSP EXTS parallel port, fixes CD-Rom play... |  angelosa | 2015-07-21 | 1 | -1/+6 |
| * | | Fixed World Heroes Perfect (Sega Saturn) TH Control Mode in SMPC. [Angelo Sal... |  angelosa | 2015-07-21 | 1 | -6/+8 |
| |/ |
|
| * | mfmhd: pluggable image format |  Michael Zapf | 2015-07-19 | 2 | -186/+283 |
| * | Adding more MFM hard disk models (ST213, ST251) |  Michael Zapf | 2015-07-19 | 2 | -102/+245 |
| * | WIP preparing to fix the speech in radar scope (n/w) |  Lord-Nightmare | 2015-07-19 | 2 | -1/+12 |
| * | Aligned builtin device identification with parser device |  couriersud | 2015-07-19 | 1 | -3/+3 |