summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/suna8.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-12/+12
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+17
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+8
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-23/+23
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-1/+0
* second-to-last gen_latch.cpp update (nw) Ivan Vangelista2016-06-091-0/+6
* 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-1/+0
* new NOT WORKING clones David Haywood2015-12-211-0/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-1/+1
* suna8.c: Overhauled the rendering of text sprites, added masking [Luca Elia] Luca Elia2015-09-061-6/+5
* misc fixes (nw) Olivier Galibert2015-06-241-1/+6
* suna8: fix samples played from second rom in sparkman. Remove spurious sample... Luca Elia2015-06-201-1/+1
* Done work for Luca Elia (nw) Miodrag Milanovic2015-05-131-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
* Promoted Brick Zone v1.1 to working [Luca Elia] Luca Elia2015-03-071-5/+8
* Emulate sound latch protection in brickzn [Luca Elia, system11] Luca Elia2015-03-011-1/+3
* new clones mamehaze2015-02-281-0/+2
* Remove lots of useless sound IRQ trampolines leftover from the pre-devcb era ... Alex W. Jackson2015-01-271-1/+0
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-261-2/+2
* brickzn: do swapped opcode decrypt whan command is written rather than predec... David Haywood2014-10-221-2/+7
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-1/+1
* samples_device: converted to use inline config and delegates. Will probably n... Ivan Vangelista2014-09-041-4/+2
* 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
* new clones David Haywood2013-11-161-0/+1
* "samples" lookup tag removal (nw) Miodrag Milanovic2013-04-141-1/+3
* changed machine().device("audiocpu") with m_maincpu (nw) Miodrag Milanovic2013-04-111-2/+3
* device callback handler cleanup (nw) Miodrag Milanovic2013-04-011-0/+1
* Modernization of drivers part 18 (no whatsnew) Miodrag Milanovic2013-02-121-0/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
* suna8.c update [Luca Elia] Luca Elia2012-10-181-19/+36
* suna8.c: fixed sound samples width, improves speech Luca Elia2012-10-071-0/+11
* Replace some *_DEVICE_HANDLER with _MEMBER calls, mostly audio (no whatsnew) Miodrag Milanovic2012-09-281-3/+3
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-0/+2
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-11/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2
* Memory handler normalization, part 1. Aaron Giles2012-09-171-3/+3
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-3/+8
* Promoted brickzn to playable state [Luca Elia] Luca Elia2012-09-091-7/+15
* one more down (no whatsnew) Miodrag Milanovic2012-09-071-1/+2
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+8