summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
Commit message (Expand)AuthorAgeFilesLines
* Fix build (nw) AJR2017-02-241-1/+1
* Fix Heath H19 keyboard (#2066) Mark Garlanger2017-02-252-0/+335
* Fix netlist stats collection. Code refactoring: couriersud2017-02-241-1/+1
* ti99: Fix GROM issues with 99/4; clock turned off too early Michael Zapf2017-02-241-1/+1
* Clean up net_t interface and increase readability. (nw) couriersud2017-02-221-2/+8
* wd_fdc: tag command names in debug messages Sergey Svishchev2017-02-201-7/+7
* docastle.cpp: Read inputs through TMS1025 AJR2017-02-192-32/+44
* srcclean (nw) Vas Crabb2017-02-198-22/+22
* Added missing final and leading flanks when shifting out and in respectivelly Joakim Larsson Edstrom2017-02-172-24/+95
* Remove duplicate save states / Save state simplification. (nw) couriersud2017-02-131-8/+2
* Optimize queue save state. (nw) couriersud2017-02-121-1/+5
* Remove emu.h from headers (nw) Olivier Galibert2017-02-11286-154/+132
* Make sure netlist includes are not found directly on include path. couriersud2017-02-101-1/+1
* Merge pull request #2056 from JoakimLarsson/vme Joakim Larsson Edström2017-02-104-346/+457
|\
| * fccpu30: updated to new LOG system Joakim Larsson Edstrom2017-02-101-258/+261
| * BIM 68153: fixed release irq line bug and updated LOGs Joakim Larsson Edstrom2017-02-101-25/+21
| * 68561: improved interrupt support and LOGs messages Joakim Larsson Edstrom2017-02-102-63/+175
* | Remove device_config_complete from numerous devices that don't really need it... AJR2017-02-0918-124/+2
* | Remove debug printf (nw) Dirk Best2017-02-101-2/+0
* | Amiga: Make Akiko independent from driver state Dirk Best2017-02-102-50/+56
* | Explicitly #include C++ headers for features use, see issue #2048 (nw) Vas Crabb2017-02-091-0/+9
|/
* t10mmc: added Play Audio MSF (0x47) command, used by Another CD Player and As... mahlemiut2017-02-062-0/+36
* hp9845: fixed a weird case of missed synchronization in 9895 drive fulivi2017-02-011-1/+1
* hp9845: fixed a bug in PHI driver (no data freeze when a sec. address fulivi2017-02-012-7/+12
* Make devcb objects more consistently available for further configuration (nw) AJR2017-01-317-63/+63
* Merge pull request #2032 from JoakimLarsson/via6522_fix Joakim Larsson Edström2017-02-011-39/+98
|\
| * via6522: fixed so shift out and in flank is not controlled by pcr in accordan... Joakim Larsson Edstrom2017-02-011-2/+14
| * via6522: added stop of device_timer when going from internaly to externaly cl... Joakim Larsson Edstrom2017-02-011-15/+41
| * via6522: fixed 50/50 duty cycle for T2 and O2 driven CB1 shift IN & OUT on CB2 Joakim Larsson Edstrom2017-01-301-19/+23
| * via6522: updated LOG messages to latest cut and added some new Joakim Larsson Edstrom2017-01-301-15/+32
* | Amiga: Fix Paula interrupts Dirk Best2017-01-301-1/+1
* | Separate include file usage for netlist. couriersud2017-01-292-391/+445
* | Amiga: Fix license typo in Paula device Dirk Best2017-01-292-4/+4
* | Amiga: Move audio related registers into Paula device Dirk Best2017-01-292-39/+168
* | Amiga: Move and rename amiga sound device, add pinout and description Dirk Best2017-01-292-0/+342
|/
* Reduce overhead to load data (roms) in netlist significantly. couriersud2017-01-282-84/+21
* Fix warning about non existing memory space when netlist is used ... couriersud2017-01-271-5/+1
* hp9845: 9895 is 95% done, it works except for some minor issues fulivi2017-01-262-3/+15
* hp9845: fixed parallel poll logic in PHI fulivi2017-01-261-19/+29
* More netlist refactoring: couriersud2017-01-251-2/+2
* srcclean (nw) Vas Crabb2017-01-2213-335/+335
* need LOG_GENERAL before VERBOSE (nw) Vas Crabb2017-01-211-0/+1
* Assume string literals are UTF8 in netlist code. couriersud2017-01-201-9/+9
* add logmacro.h inspired by Edstrom's log macros Vas Crabb2017-01-201-33/+33
* Merge pull request #2004 from JoakimLarsson/fccpu20 Joakim Larsson Edström2017-01-202-14/+163
|\
| * completed Rx and serial interface handshake support Joakim Larsson Edstrom2017-01-202-14/+163
* | fixed building with visual studio (nw) smf-2017-01-191-0/+1
* | pitnrun: use new MC68705P5 device Vas Crabb2017-01-192-130/+119
|/
* MPCC: completed tx serial, rx not yet verified Joakim Larsson Edstrom2017-01-182-10/+255
* MPCC: robustification, LOG messages and pinout added Joakim Larsson Edstrom2017-01-182-75/+433