summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/asuka.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Spring cleaning: Vas Crabb2019-11-011-5/+5
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-5/+5
* Split generic Z180 device into several subtypes. HD647180X now has specific d... AJR2019-09-301-1/+1
* (nw) misc cleanup: Vas Crabb2019-09-201-1/+1
* tc0100scn.cpp : Updates cam9002019-06-111-29/+0
* pc090oj.cpp : Updates (#5196) cam9002019-06-101-29/+28
* asuka.cpp : Updates cam9002019-06-061-192/+159
* pc090oj: Fix validation by (partially) adopting device_gfx_interface (nw) AJR2019-05-081-5/+5
* tc0110pcr.cpp : Updates cam9002019-05-051-30/+25
* tc0100scn.cpp : Updates cam9002019-04-061-10/+5
* tc0100scn.cpp : Updates cam9002019-04-031-9/+9
* (nw) Clean up the mess on master Vas Crabb2019-03-261-1/+1
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1/+1
* devices/machine/74157.cpp : Simplify handlers, Fix naming cam9002019-03-221-1/+1
* -devices/sound/2608intf, 2610intf: Removed MCFG macros, nw mooglyguy2018-12-291-121/+117
* srcclean and fixup (nw) Vas Crabb2018-11-251-1/+1
* mame/video: more macro removal (nw) Ivan Vangelista2018-11-231-55/+55
* mame/audio: various devcb3ification and demacroification (nw) Ivan Vangelista2018-11-221-15/+15
* new clones - U.N. Defense Force: Earth Joker (US / Japan, set 2) [Phil Bennett] DavidHaywood2018-11-051-8/+45
* actually mark the correct rom as BAD_DUMP DavidHaywood2018-11-041-2/+2
* earthjkr appears to be a bad dump DavidHaywood2018-11-041-3/+12
* MASKROM/MASK ROM -> mask ROM, nw mooglyguy2018-11-031-10/+10
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-1/+1
* -7200fifo, 7400, 7404, 74123, 74145, 74148, 74153, 74157, 74161, 74259: [Ryan... mooglyguy2018-08-111-4/+4
* witness the power of devcb3 to tear through boilerplate (in Taito C-Chip), al... Vas Crabb2018-07-141-6/+6
* devcb3 Vas Crabb2018-07-071-48/+48
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-10/+10
* More custom MCFG results, nw mooglyguy2018-06-051-10/+5
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-6/+6
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-23/+23
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-5/+5
* (nw) misc follow-up Vas Crabb2018-05-061-4/+4
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-45/+45
* asuka.cpp : Cleanups, Reduce duplicates/runtime tag lookup cam9002018-04-151-13/+7
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-103/+115
* asuka.cpp: Fix clock speeds & misc updates (nw) braintro2018-03-111-75/+22
* use real dumped c-chip for bonzeadv, remove simulation [Team Caps0ff] (#3318) David Haywood2018-03-111-25/+38
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-9/+9
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* new working clone Ivan Vangelista2018-01-241-0/+27
* 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-6/+6
* asuka.cpp: Better documentation and ROM name correction. (nw) briantro2017-12-161-12/+12
* asuka.cpp: document about a known US version of U.N. Defense Force: Earth Jok... briantro2017-12-161-0/+3
* Draw a nominal distinction between PC060HA and TC0140SYT AJR2017-10-111-25/+25
* (nw) clean up names, kill off empty header file, put Type X stuff in Type X d... Vas Crabb2017-07-071-1/+1
* use DERIVED_CLOCK David Haywood2017-07-051-1/+1
* create c-chip device with correct CPU type in it and a bunch of notes (pinout... David Haywood2017-07-051-10/+16
* Use callbacks to set coin counters and coin lockouts from Taito I/O devices (nw) AJR2017-06-071-0/+14
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-29/+29