summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/toaplan1.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-259/+0
* init vars for coverity (includes/t,u) Robbbert2022-03-231-17/+17
* video/toaplan_scu.cpp: Use single-pass priority drawing for sprites. (#8521) cam9002021-09-021-0/+1
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-1/+1
* New BSD-licensed OPL/OPLL (YM3526, YM3812, YM2413, Y8950, YMF262, etc) cores ... Aaron Giles2021-04-021-1/+1
* centiped, chaknpop, itech8, s11, st_mp100, st_mp200, toaplan1: initialized so... Ivan Vangelista2021-02-081-1/+1
* Fix rallybik, has a different spriteram size Olivier Galibert2020-11-271-3/+3
* toaplan1.cpp: Use prio_transpen rather than custom sprite drawing function (#... cam9002020-11-211-4/+1
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-2/+2
* drivers starting with t, u, v, w and most of drivers starting with x: removed... Ivan Vangelista2020-06-161-1/+1
* Split generic Z180 device into several subtypes. HD647180X now has specific d... AJR2019-09-301-1/+0
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* Convert screen update functions to RGB32 in numerous games (nw) AJR2019-05-101-3/+6
* (nw) Clean up the mess on master Vas Crabb2019-03-261-135/+157
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-157/+135
* srcclean (nw) Vas Crabb2019-03-241-2/+2
* toaplan1.cpp : Updates cam9002019-03-211-135/+157
* -tms32010.cpp: Removed MCFG. [Ryan Holtz] mooglyguy2018-12-071-5/+6
* (nw) more header cleanup, split up some more all-in-one state classes Vas Crabb2018-12-031-5/+12
* private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-14/+20
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Assorted machine().device removals, nw Ryan Holtz2018-05-271-0/+3
* 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