summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/taito_b.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* taito_b.cpp: Separate hitice state class; eliminate old-style overrides (nw) AJR2019-09-021-14/+27
* mb87078: refactor and correct data_w/r (nw) hap2018-11-061-1/+0
* devcb3 Vas Crabb2018-07-071-15/+19
* private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-28/+35
* taito_b.cpp, tc0180vcu.cpp : Updates/Cleanups (#3668) cam9002018-06-241-29/+25
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* taito_b.cpp: Identify TC0180VCU as source of interrupts and change these into... AJR2018-05-311-27/+0
* taito_b.cpp: Add clock for TC0180VCU; use device finder instead of machine().... AJR2018-05-251-1/+2
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-7/+7
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-7/+7
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-0/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+20
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+19
* various drivers: added some lan, printer and camera flags according to MT0658... Ivan Vangelista2017-11-081-39/+48
* taito_b.cpp: fixed pixel layer offset and enable for Hit the Ice [Angelo Salese] angelosa2017-10-181-1/+1
* Use callbacks to set coin counters and coin lockouts from Taito I/O devices (nw) AJR2017-06-071-0/+1
* taito_b.cpp: This "bypass" was made superfluous many years ago (nw) AJR2017-06-071-1/+0
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-8/+8
* sound trampolines removal from various drivers (nw) Ivan Vangelista2016-06-131-1/+0
* h63484 ==> hd63484 (nw) Sandro Ronco2016-05-131-2/+2
* converted realpunc to use the modern hd63484 device. (nw) Sandro Ronco2016-05-071-2/+2
* Setting GPL license for Jarek Burczynski, by his request (nw) Miodrag Milanovic2016-01-211-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-2/+0
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-3/+3
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* misc palette cleanups (nw) Dirk Best2015-08-021-1/+0
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* mb87078_device: converted to devcb2 (nw) Ivan Vangelista2014-03-231-0/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+5
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-1/+1
* Modernized video/hd63484.c. This should be merged with video/h63484.c. (nw) Ivan Vangelista2013-08-271-0/+3
* Modernized galeco, okim6376, vr0video, mb87078, snk6502 devices. [Osso] Scott Stone2013-07-251-2/+5
* Split up the video devices contained in taitoic.c. [Osso] Scott Stone2013-07-201-1/+1
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-1/+1
* modernized Taito I/O devices. [Osso] Fabio Priuli2013-06-041-1/+3
* Eliminate some of MAME's anonymous timers. [Andrew Gardner] Andrew Gardner2013-05-151-11/+18
* taito devices lookup cleanup (nw) Miodrag Milanovic2013-04-161-4/+9
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* moved cpu_device * to required_device in existing driver state classes (nw) Miodrag Milanovic2013-04-091-3/+5
* device callback handler cleanup (nw) Miodrag Milanovic2013-04-011-0/+1
* Modernization of drivers part 19 (no whatsnew) Miodrag Milanovic2013-02-131-0/+5
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+11
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+11