summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/toaplan1.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-6/+6
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-6/+6
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* toaplan1.cpp: Use MCFG_SCREEN_VBLANK_CALLBACK instead of MCFG_CPU_VBLANK_INT ... AJR2018-03-281-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+22
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+9
* New 74LS259/9334/CD4099 devices AJR2017-07-251-2/+4
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* toaplan1.cpp: Fixed DSWB reading (seems to be inverted when read by the mcu),... Lord-Nightmare2016-12-211-0/+2
* Decapped, deprotected, dumped and hooked up the hd647180X mcus for vimana, fi... Lord-Nightmare2016-12-211-9/+11
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-38/+38
* tms32010.cpp: devcb instead of memory map for bio line (nw) Ivan Vangelista2016-06-231-1/+1
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-7/+7
* Update for Quench (nw) Miodrag Milanovic2015-05-161-1/+1
* 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
* Remove lots of useless sound IRQ trampolines leftover from the pre-devcb era ... Alex W. Jackson2015-01-271-1/+0
* Tidy comments Zoë Blade2014-12-021-1/+1
* Removed some old leftovers (nw) Ivan Vangelista2014-09-251-8/+0
* m68000 callbacks to delegates (nw) Miodrag Milanovic2014-04-221-0/+1
* device_gfx_interface [Alex Jackson] Alex W. Jackson2014-04-051-1/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+5
* toaplan1.c: fix and cleanup palette handling [Alex Jackson] Alex W. Jackson2014-02-281-9/+6
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* toaplan1.c: remove sound reset hack, unify gfx decoding, various cleanups [Al... Alex W. Jackson2014-02-071-20/+6
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-1/+1
* remove further traces of wardner hack, share sprite controller code with rall... David Haywood2013-07-121-8/+29
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-1/+1
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-1/+3
* changed machine().device("audiocpu") with m_maincpu (nw) Miodrag Milanovic2013-04-111-1/+3
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* device callback handler cleanup (nw) Miodrag Milanovic2013-04-011-0/+1
* Modernization of drivers part 19 (no whatsnew) Miodrag Milanovic2013-02-131-0/+13
* modernized reset of pre/postload calls, just few legacy left (no whatsnew) Miodrag Milanovic2013-02-011-0/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-7/+7
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-2/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-20/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-5/+10
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-6/+11
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+4
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+3
* Fix most remaining regressions. Aaron Giles2012-04-191-1/+1
* More fixes and a gcc warning fix. Aaron Giles2012-04-151-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-8/+9
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-43/+43
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-3/+3