summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dragon.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* srcclean (nw) Vas Crabb2017-06-251-8/+8
* d64plus: Implemented banking of extra 64K, and 6845 with chargen. Machine pro... Nigel Barnes2017-06-151-40/+59
* CoCo: Overhaul to the cartridge slot subsystem and Speech/Sound Cartridge sup... npwoods2017-06-011-6/+3
* Added read support for the disk format SDF used in the CoCoSDC (#2345) tim lindner2017-05-311-1/+3
* Merge branch 'master' into games_master_cartridge tim lindner2017-05-141-13/+13
|\
| * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-13/+13
* | Emulation of Games Master Cartridge tim lindner2017-05-131-0/+1
|/
* DERIVED_CLOCK now updates in response to clock changes, and changed CoCo to u... npwoods2017-05-101-1/+4
* dragon32: Corrected release year and company of Spanish clones Nigel Barnes2017-04-171-37/+95
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-52/+52
* clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+334