summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tatsumi.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2018-05-271-1/+1
* tatsumi.cpp: added preliminary row/colscroll_enable for tilemaps, fixes backg... angelosa2018-05-261-1/+1
* tatsumi.cpp: fixed broken sound in bigfight/cyclwarr, demoted cyclwarr and ap... angelosa2018-05-261-0/+1
* 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
* tatsumi.cpp : Reduce runtime tag lookups, Fix region tags, Move CLUT'… (#3561) cam9002018-05-131-50/+56
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* apache3: Use ADC device (nw) AJR2018-04-021-4/+5
* Generalized support for byte-smeared accesses (nw) (#3207) ajrhacker2018-02-151-4/+0
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+12
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+4
* tatsumi: removed calls to driver_data (nw) smf-2017-12-211-0/+5
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-80/+129
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-129/+80
* Forgot to make these pointers required (nw) AJR2017-12-041-2/+2
* tatsumi.cpp: Further driver state class separation (nw) AJR2017-12-041-47/+80
* cyclwarr: Driver state class separation (nw) AJR2017-12-041-40/+56
* Thanks coverity (nw) Olivier Galibert2017-04-121-1/+1
* cyclwarr, bigfight: Read inputs through CXD1095 device AJR2017-04-111-4/+8
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-41/+41
* updated remaining drivers to use gen_latch.cpp (nw) Ivan Vangelista2016-06-121-0/+4
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-1/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-2/+2
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-2/+2
* Misc cleanups of the day (nw) Ivan Vangelista2014-10-071-28/+28
* Add friendly macros to initialize an ioport_array_finder with an array of por... Alex W. Jackson2014-09-241-2/+0
* tatsumi.c: Fixed Cycle Warriors (set 1) hangs at boot. [MASH] Michaël Banaan Ananas2014-08-061-2/+0
* emupal.c: Support palette RAM less than the full width of the data bus it's on, Alex W. Jackson2014-05-061-4/+1
* tatsumi.c: fix generic_paletteram regression (nw) Alex W. Jackson2014-04-241-3/+1
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-1/+3
* m68000 callbacks to delegates (nw) Miodrag Milanovic2014-04-221-0/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* legacy_cpu-- David Haywood2013-06-251-1/+2
* dac_device tag lookup cleanup (nw) Miodrag Milanovic2013-04-121-1/+1
* some cleanup and vsnes change to compile on vs compile (nw) Miodrag Milanovic2013-04-121-0/+2
* oki cleanup (nw) Miodrag Milanovic2013-04-111-1/+5
* same for "sub" and "subcpu" (nw) Miodrag Milanovic2013-04-111-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
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-271-3/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-19/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-4/+8
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2