summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dragon.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-538/+0
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-0/+1
* bus/coco: Added the Dragon MSX 2+, The Dragon's Claw, Peaksoft Prestel, and C... Nigel Barnes2021-06-141-43/+15
* bus/coco: add CoCo Max Hi Res Input Module (#8104) tim lindner2021-05-311-0/+2
* Add tristate value of 0xff to the first PIA in the CoCo 3 and Dragon computer... tim lindner2021-03-291-0/+1
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-5/+7
* bus/coco Added CoCo and Dragon MIDI cartridges. (#7589) tim lindner2020-12-251-0/+2
* bus/coco: Added symphony 12 music device. (#7472) tim lindner2020-11-171-0/+2
* coco12.cpp, coco3.cpp, dragon.cpp: Removed IRQ trampolines from CoCo driver f... tim lindner2020-11-131-13/+14
* dgnalpha: fix typo in address map. Disk I/O works again. (#7468) tim lindner2020-11-121-1/+1
* bus/coco: Added Speech Systems Stereo Composer cartridge. (#7379) tim lindner2020-10-261-14/+16
* dragon: added [_] natural keys. Robbbert2020-10-021-3/+6
* dragon200e: Implemented external character ROM. Nigel Barnes2020-06-271-6/+7
* Dragon64: connected ACIA to RS232 system (#6665) tim lindner2020-05-091-0/+14
* CoCo: Added Disto RAM cartridge (#6664) tim lindner2020-05-081-0/+2
* coco2b, tanodr64: Fix VDG regression (nw) AJR2020-04-191-1/+1
* 6883sam: Replace custom dynamic memory banking with conventional address spaces AJR2020-04-181-6/+52
* bus/coco: Added CoCo PSG cartridge device. [Roberto Fernandez, Nigel Barnes, ... Nigel Barnes2020-03-211-0/+2
* 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