summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/duet16.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* i8274, upd7201: Replace legacy device emulations and rename new devices AJR2020-02-231-6/+6
* Fix more region widths (nw) AJR2019-11-161-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* mcs48: Further distinction of UPI variants (nw) AJR2019-06-161-1/+1
* mc6845: More consistent identification of HD6845S variant (nw) AJR2019-05-181-4/+4
* (nw) Clean up the mess on master Vas Crabb2019-03-261-34/+39
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-39/+34
* src\mame: removed most MCFG and MACHINE_CONFIG macros from drivers starting w... Ivan Vangelista2019-03-201-8/+9
* upd765: Simplify read/write handlers (nw) AJR2019-03-101-2/+2
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-1/+1
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-4/+2
* duet16: Add 8087 device (nw) AJR2019-01-221-5/+13
* src/devices: a bit more MCFG macro removal (nw) Ivan Vangelista2019-01-181-4/+2
* src\devices\machine: more MCFG macros removal (nw) Ivan Vangelista2019-01-171-8/+8
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* upd765: Add (mostly standard) clocks to all devices in the family (nw) AJR2018-12-131-1/+1
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-0/+1
* mc6845: first part of MCFG macros removal (nw) Ivan Vangelista2018-11-191-3/+3
* rs232: another batch of MCFG removal (nw) Ivan Vangelista2018-10-221-3/+3
* pc_lpt, upd765: removed MCFG macros (nw) Ivan Vangelista2018-09-281-4/+4
* space, space, space, space, space, space, space, space, mem_mask (nw) smf-2018-09-231-2/+2
* i8251: Provide standard read/write handlers; eliminate memory space as argume... AJR2018-09-161-2/+1
* i8251: Removed MCFG, nw mooglyguy2018-08-291-5/+5
* z8536.cpp, z80sti.cpp: deMCGF; z80sio.cpp: started deMCFG (nw) Ivan Vangelista2018-08-241-2/+2
* remove lots of MCFG_ (nw) Vas Crabb2018-07-171-12/+12
* devcb3 Vas Crabb2018-07-071-16/+16
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-9/+9
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-36/+36
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-7/+9
* duet16, fmtowns: Fix RTC busy signal handling AJR2018-04-281-29/+37
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-28/+30
* duet16: fix graphics (nw) cracyc2018-02-231-2/+2
* duet16: fix double width chars (nw) cracyc2018-02-231-2/+2
* duet16: fix clock (nw) cracyc2018-02-211-7/+7
* duet16: fix palette order (nw) cracyc2018-02-201-1/+1
* duet16: fix attr order (nw) cracyc2018-02-201-7/+13
* duet16: display attr and graphics mode (nw) cracyc2018-02-201-21/+53
* duet16: add generic ascii serial keyboard (nw) cracyc2018-02-201-6/+139
* 6840ptm: Counter/timers are numbered from 1 to 3, not 0 to 2 as with 8253 (nw) AJR2018-02-201-1/+1
* duet16: palette (nw) cracyc2018-02-201-2/+35
* duet16: dma page register (nw) cracyc2018-02-201-3/+17
* duet16: External floppy drive select (nw) AJR2018-02-191-7/+10
* duet16: reads from the floppy but doesn't quite boot (nw) cracyc2018-02-191-7/+52
* 6840ptm: Stop defaulting external clocks to 1 Hz AJR2018-02-191-3/+7
* duet16: pic addressing is inverted (nw) cracyc2018-02-191-1/+15
* duet16: Add PIC and various interrupt sources (nw) AJR2018-02-191-3/+16
* duet16: more devices and video (nw) cracyc2018-02-191-2/+29