summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gauntlet.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-109/+0
* init last bunch of vars for today Robbbert2022-04-111-4/+4
* gauntlet.cpp: Use ROM_CONTINUE instead of doing block-swapping in driver init AJR2022-02-211-3/+2
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-1/+1
* New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) Aaron Giles2021-02-271-1/+1
* slapstic: make the modern interface even nicer, convert rampart and gauntlet Olivier Galibert2020-12-101-1/+0
* gauntlet: modernize slapstic hookup Olivier Galibert2020-12-101-0/+5
* drivers starting with g, h and i: removed read* and write* macros (nw) Ivan Vangelista2020-06-101-2/+2
* atarigen: Transfer legacy slapstic handling routines to device (nw) AJR2020-05-201-3/+12
* atarisy1.cpp, atarisy2.cpp, gauntlet.cpp: Modernization AJR2020-04-211-7/+14
* atarigen: Move interrupt handling down into drivers (nw) AJR2020-04-191-3/+6
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-2/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* backport lots of cleanup from WIP branch (nw) Vas Crabb2018-02-191-35/+47
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+5
* YM2151 reset line handler added, though not implemented properly yet (nw) AJR2017-07-251-1/+0
* New 74LS259/9334/CD4099 devices AJR2017-07-251-1/+7
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-5/+5
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* One small step toward slapstic modernization (nw) AJR2016-01-301-3/+1
* Modernize sound volume setting code in various Atari drivers AJR2016-01-291-0/+14
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* Based on memory and obvious stuff, attempted to flag driver code Aaron Giles2013-10-161-0/+2
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-4/+4
* Convert atarimo to a device. Still a bunch more cleanup/improvements to Aaron Giles2013-07-231-3/+8
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-3/+3
* Memory system: added endianness to the memory_share class. Aaron Giles2013-07-201-1/+6
* Move Atari drivers to using ioport callbacks for sound communication Aaron Giles2013-07-151-1/+0
* some atari modernization (nw) Miodrag Milanovic2013-02-141-4/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-4/+4
* More atarigen modernization. Aaron Giles2012-10-171-0/+2
* Initial round of atarigen cleanup. Aaron Giles2012-10-171-0/+2
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-5/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-1/+4
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+2
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+4
* mode modernization (no whatsnew) Miodrag Milanovic2012-04-101-0/+5
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-1/+1
* 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-4/+4
* 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-4/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-4/+4
* Cleanups and version bump. Aaron Giles2010-03-041-1/+1