summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/superqix.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-5/+5
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-5/+5
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-5/+5
* pbillian: Use MCFG_SCREEN_VBLANK_CALLBACK instead of MCFG_CPU_VBLANK_INT (nw) AJR2018-03-281-1/+1
* mcs51: Use callbacks for parallel ports (nw) AJR2018-02-271-2/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+5
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+4
* superqix: Traced out correct clock divider for cpu and mcu from pcb. Fixed is... Lord-Nightmare2017-09-101-0/+2
* superqix: added a sync trampoline for reading the semaphores via the ay-3-891... Lord-Nightmare2017-09-081-2/+10
* superqix.cpp: Correctly implemented 8751 port2 latch based on pcb tracing. Fi... Lord-Nightmare2017-09-081-30/+31
* prebillian: replace MCU simulation with actual dump [ShouTime, brizzo] Lord-Nightmare2017-06-221-22/+10
* srcclean (nw) Vas Crabb2017-01-221-9/+9
* arkanoid, puzznic: push values on MCU port A Vas Crabb2017-01-141-61/+103
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-26/+26
* superqix.cpp: Add sqixr0 World/Japan V1.0 romset as a working clone, dumped f... Lord-Nightmare2016-09-221-1/+2
* superqix.cpp: Replace bootleg mcu code on sqix and sqixr1 sets with an MCU du... Lord-Nightmare2016-09-161-1/+0
* superqix.cpp: Shuffled around the super qix machine configs to make a bit mor... Lord-Nightmare2016-09-131-2/+4
* superqix.cpp: improved MCU HLE for prebillian to use non-anonymous timers ins... Lord-Nightmare2016-09-111-13/+35
* superqix.cpp: Got rid of timer hacks for z80<->mcu communication in hotsmash, Lord-Nightmare2016-09-071-16/+27
* variable name consistency, pass 3 (n/w) Lord-Nightmare2016-09-061-2/+2
* variable name consistency, pass 1 (n/w) Lord-Nightmare2016-09-061-4/+4
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-2/+2
* move rgbi formats out of emupal.h Dirk Best2015-08-121-0/+1
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* samples_device: converted to use inline config and delegates. Will probably n... Ivan Vangelista2014-09-041-0/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* "samples" lookup tag removal (nw) Miodrag Milanovic2013-04-141-1/+5
* some cleanup (nw) Miodrag Milanovic2013-04-111-0/+2
* Modernization of drivers part 18 (no whatsnew) Miodrag Milanovic2013-02-121-0/+4
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+3
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+2
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-9/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+6
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+2
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+3
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+6
* added nmi ack for bootlegs Michaël Banaan Ananas2012-05-131-1/+1
* Fix most reported errors. Aaron Giles2012-04-161-2/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-8/+11
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-5/+5
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+18
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+3
* deprecat.h, 13 to go Angelo Salese2011-12-131-1/+5
* Removed ugly function interrupt_enable_w from the core, and updated all the d... Angelo Salese2011-11-291-0/+1
* made pbillian plunger more authentic: just hold CTRL for an amount of time an... Michaël Banaan Ananas2011-08-251-2/+0