summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gladiatr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Modernization of drivers part 6 (no whatsnew) Miodrag Milanovic2013-02-081-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-87/+87
* (blandia and this is developed by Allumer + corrected "Ohgon no Siro" -> "Oug... Michaël Banaan Ananas2012-10-221-5/+5
* ok, readded gcastle (was removed in 0.36b16 for being incomplete/thought insi... Michaël Banaan Ananas2012-10-221-46/+90
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-3/+3
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+2
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-7/+7
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-12/+11
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-4/+4
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-10/+9
* * Fully modernized segahang. Aaron Giles2012-08-101-2/+2
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-4/+4
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-10/+11
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-7/+7
* small cleanup (no whatsnew) Miodrag Milanovic2012-04-221-2/+2
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-8/+8
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-4/+4
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-4/+4
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-8/+8
* forgot to remove comments (no whatsnew) Miodrag Milanovic2012-04-101-8/+0
* mode modernization (no whatsnew) Miodrag Milanovic2012-04-101-52/+52
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-2/+2
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-1/+2
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-13/+13
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-2/+4
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-2/+2
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-8/+8
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-31/+31
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-9/+9
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-18/+18
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-33/+33
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-10/+10
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* From: Atari Ace Aaron Giles2011-02-031-17/+21
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-8/+8
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-3/+3
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-69/+69
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-8/+10
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-16/+1
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-4/+4