summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/spbactn.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-101/+0
* init vars for coverity (includes/s) Robbbert2022-03-231-3/+3
* drivers starting with s: removed read* and write* macros (nw) Ivan Vangelista2020-06-151-11/+11
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* (nw) more header cleanup, split up some more all-in-one state classes Vas Crabb2018-12-031-3/+9
* private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-6/+5
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-2/+2
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-2/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+2
* spbactn: Acknowledge main IRQ; restore legacy screen configuration due to mis... AJR2017-10-011-7/+8
* spbactn: Soundlatch modernization (nw) AJR2017-08-301-2/+0
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7
* updated remaining drivers to use gen_latch.cpp (nw) Ivan Vangelista2016-06-121-0/+3
* Updated for Stephane Humbert, on some places he is removed on some added, whe... Miodrag Milanovic2016-03-291-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* spbactn.c: enabled save state support (nw) Ivan Vangelista2015-07-191-16/+14
* update for Haze (nw) Miodrag Milanovic2015-05-151-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
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-1/+1
* start making the mixer a reusable device (nw) David Haywood2014-05-221-1/+7
* prepare for alt rendering (nw) David Haywood2014-05-201-0/+1
* resume work trying to unify these a little (nw) David Haywood2014-05-201-1/+4
* 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
* 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-2/+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-1/+1
* drivers cleanup (nw) Miodrag Milanovic2013-02-181-1/+1
* shuffle some tecmo sprite code around ready for device conversion / attemptin... David Haywood2013-02-041-0/+3
* not really sure what's mapped to this additional cpu... David Haywood2013-02-031-3/+19
* spbactnp progress (nw) David Haywood2013-02-031-0/+12
* start converting spbactn to tilemaps, it's now clear that the prototype uploa... David Haywood2013-02-031-0/+8
* new NOT working David Haywood2013-01-251-0/+9
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-6/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-1/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-4/+7
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+3
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-5/+5
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3