summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/docastle.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-12/+12
* Removed _new from name of modern device (no whatsnew) Miodrag Milanovic2012-10-021-16/+16
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-3/+3
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-23/+17
* Clean-ups and version bumpmame0146u5 Miodrag Milanovic2012-08-201-3/+3
* Reverted original SN76496N patch and applied newer patch containing a change ... Scott Stone2012-08-141-16/+16
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-15/+15
* Updated some drivers to use the new SN76496 device implementation. [Osso] Scott Stone2012-08-071-19/+34
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-15/+15
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-11/+9
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-2/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-9/+9
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-22/+22
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-3/+3
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-9/+9
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-41/+41
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-8/+8
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* Removed cheapest deprecat.h usages (generally sound cpu ones) Angelo Salese2011-04-261-2/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-34/+34
* BIG update. Aaron Giles2011-03-291-9/+9
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-8/+8
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-6/+6
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-45/+45
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-11/+8
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-5/+5
* Remove most other instances of cpu_get_total_cycles. Aaron Giles2010-06-301-1/+2
* idsoccer: Improved DIP locations, confirmed MSM5205 clock [Kevin Eshbach] Michaël Banaan Ananas2010-06-281-7/+47
* removed 3.98mhz kludge, since timing bugs are back again (with and without it) Michaël Banaan Ananas2010-05-271-14/+12
* kickridr is 4way Michaël Banaan Ananas2010-05-271-10/+0
* Ported Super Famicom Box from MESS to MAME [Angelo Salese] Angelo Salese2010-05-221-1/+34
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-051-3/+3
* Changed the following games to use the 76489A variant (verified on my pcbs): Scott Stone2010-01-231-4/+4
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Make use of AM_BASE_SIZE_MEMBER macros. Aaron Giles2009-11-291-3/+3
* Cleaned up many driver data structs to obtain two results: Fabio Priuli2009-11-291-3/+5
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-3/+3
* Added driver data struct to the following drivers: docastle.c, dotrikun.c, cl... Fabio Priuli2009-11-251-51/+65
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-18/+18
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-26/+26
* many DIPSW fixes [kanikani] Yasuhiro Ogawa2009-05-271-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-8/+8
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-13/+13
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-20/+20