summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mc8030.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nw) Clean up the mess on master Vas Crabb2019-03-261-9/+10
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-10/+9
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-02-261-9/+10
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* bus/rs232.cpp: completed removal of MCFG macros (nw) Ivan Vangelista2018-10-231-3/+3
* z80ctc: removed MCFG macros (nw) Ivan Vangelista2018-09-031-4/+4
* z80daisy: finished removing MCFG macro (nw) Ivan Vangelista2018-08-311-5/+5
* z80pio.cpp: removed macros (nw) Ivan Vangelista2018-08-281-12/+12
* z80scc.cpp, z80sio.cpp: deMCFGfied; 8530scc.cpp: removed macros which weren't... Ivan Vangelista2018-08-271-5/+4
* devcb3 Vas Crabb2018-07-071-3/+3
* cleanup (nw) Vas Crabb2018-07-061-1/+1
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-2/+4
* 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-3/+3
* proposal: move z80daisy* to devices/machine (#3572) Patrick Mackinlay2018-05-151-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-19/+19
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-21/+23
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-5/+5
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* (nw) mc8020 : replaced hacky keyboard Robbbert2017-11-261-7/+0
* (nw) mc8030 : fixed rubout of pixels Robbbert2017-11-251-3/+5
* (nw) mc8030 : can type characters, but this exposes more bugs Robbbert2017-11-251-3/+2
* (nw) mc8030 : fix sio connection Robbbert2017-11-251-1/+1
* (nw) Split mc80 into separate mc8020 and mc8030 as they have little in common. Robbbert2017-11-251-0/+294