summaryrefslogtreecommitdiffstats
path: root/src/emu/tilemap.cpp
diff options
context:
space:
mode:
author briantro <btroha@charter.net>2016-07-30 22:31:08 -0500
committer briantro <btroha@charter.net>2016-07-30 22:31:08 -0500
commitdad9bf7b2acbf82b269108bd86f5cdbcded404e4 (patch)
tree7d10958cf8bc873dd4164e34e66f4cadb6f8f39d /src/emu/tilemap.cpp
parent90bf6de1da977f794c7454dfbd099e6488e55feb (diff)
itech32.cpp: Restore unique sound rom - NW
Restore unique sound rom do cut-n-paste overwrite and not paying attention.
Diffstat (limited to 'src/emu/tilemap.cpp')
0 files changed, 0 insertions, 0 deletions
pan class='insertions'>+3 * Various cleanups. Vas Crabb2021-12-021-31/+239 * drivers starting with s: removed read* and write* macros (nw) Ivan Vangelista2020-06-151-11/+11 * (nw) misc cleanup: Vas Crabb2019-09-201-1/+1 * PORT_CUSTOM simplification (nw) AJR2019-09-141-24/+21 * sprint4: Fix for Player 4 default controls [Mark Spaeth] Scott Stone2019-08-251-4/+4 * (nw) Clean up the mess on master Vas Crabb2019-03-261-15/+14 * Revert "conflict resolution (nw)" andreasnaive2019-03-251-14/+15 * mame\drivers: removed most MCFG and MACHINE_CONFIG macros in drivers in the s... Ivan Vangelista2019-02-211-14/+13 * some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-1/+1 * Start cleaning up palette configuration: Vas Crabb2018-12-291-5/+3 * discrete: Eliminate unnecessary address space argument from handlers (nw) AJR2018-11-121-2/+2 * (nw) tie up some loose ends - in particular, allow watchdog timer to Vas Crabb2018-09-161-2/+2 * watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-2/+1 * -7200fifo, 7400, 7404, 74123, 74145, 74148, 74153, 74157, 74161, 74259: [Ryan... mooglyguy2018-08-111-9/+9 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-10/+10 * diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1 * More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2 * dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2 * Add support for custom device constructors when replacing devices. Vas Crabb2018-05-081-2/+1 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-8/+8 * Further use of DEVCB_OUTPUT in Atari drivers (nw) AJR2018-04-291-24/+4 * Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-12/+12 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-19/+20 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1 * New 74LS259/9334/CD4099 devices AJR2017-07-251-25/+24 * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3 * sprint4.cpp, ultratnk.cpp: killed anonymous timers, removed unneeded prefixes... Ivan Vangelista2017-04-111-44/+53 * Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-1/+1 * Self-registering devices prep: Vas Crabb2017-02-271-2/+4 * cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1 * NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-12/+12 * use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-3/+3