summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dragon.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* dragon32: Added JCB Speech Synthesis cartridge. Nigel Barnes2019-09-071-0/+3
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-60/+60
* d64plus: Added gfxdecode (nw) Nigel Barnes2019-07-171-4/+24
* New working software list additions Nigel Barnes2019-07-161-0/+2
* (nw) nascom1/2: cassette fixed ; added more cassette wav sounds Robbbert2019-06-291-1/+1
* mc6845: More consistent identification of HD6845S variant (nw) AJR2019-05-181-2/+2
* dragon.cpp: Added Premier Sprites board. Nigel Barnes2019-05-111-0/+2
* dragon: remove unwanted tabs (nw) Nigel Barnes2019-04-221-10/+10
* dragon.cpp: Fixed cursor keys in Natural keyboard mode. Nigel Barnes2019-04-221-25/+25
* (nw) Clean up the mess on master Vas Crabb2019-03-261-67/+74
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-74/+67
* src\mame: removed most MCFG and MACHINE_CONFIG macros from drivers starting w... Ivan Vangelista2019-03-201-30/+33
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-13/+15
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-8/+4
* magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-4/+4
* imagedev\printer: removed MCFG macro (nw) Ivan Vangelista2019-01-211-1/+1
* tanodr64: Fix system clock and SAM clock (nw) AJR2019-01-191-1/+3
* tanodr64: Fix screen configuration by using NTSC VDG (nw) AJR2019-01-191-2/+5
* mc6847: Eliminate MCFG_ macros; modernize screen auto-configuration (nw) AJR2019-01-191-9/+10
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* src/mame: more misc MCFG removal (nw) Ivan Vangelista2018-12-041-3/+3
* Don't #include legacy header "flopdrv.h" except where it's still used (nw) AJR2018-11-251-1/+1
* mc6845, upd7220: removed MCFG macros (nw) Ivan Vangelista2018-11-201-4/+5
* ay8910: finished MCFG macros removal (nw) Ivan Vangelista2018-11-141-4/+4
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-3/+3
* mos6551: Eliminate MCFG_ macros (nw) AJR2018-08-201-4/+4
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-11/+5
* -pia6821: Removed MCFG and old devcb. [Ryan Holtz] mooglyguy2018-08-101-21/+21
* devcb3 Vas Crabb2018-07-071-12/+12
* Fix build. mooglyguy2018-06-051-1/+1
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-2/+2
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-8/+8
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-10/+10
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-37/+37
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-13/+15
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-2/+3
* pc_vga: Internalize palette (nw) AJR2018-03-031-0/+1
* Fix various downcasting errors (nw) AJR2018-03-031-0/+1
* Dragon64hd6309 (#3259) David Ladd2018-02-281-1/+21
* Added some compatiable CoCo cartridges to the Dargon driver. tim lindner2018-02-181-0/+4
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-8/+14
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-8/+8
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-7/+7
* dragon_fdc.cpp: Added Premier FDC, for DeltaDOS. Nigel Barnes2018-01-111-0/+1
* The great CoCo/Dragon clock correction (nw) AJR2017-12-301-3/+3
* cococart: Provide a proper header for each device file (nw) AJR2017-11-231-0/+5
* dragon: fixed clockspeed (nw) hap2017-11-221-3/+3
* Added a natural keyboard validation to check for valid natural keyboard (uni)... npwoods2017-09-051-6/+6