summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/docastle.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ok, this is The Big One. Aaron Giles2009-02-111-20/+20
* Log: Ryan Holtz2009-01-031-13/+22
* maps all games third cpu rom to 0x0000 so that mame doesn't log unmapped read... smf-2008-12-281-6/+6
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-08-201-6/+17
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-19/+19
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-061-15/+19
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-167/+86
* Region classes go bye-bye. Aaron Giles2008-07-281-81/+81
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-83/+83
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-4/+4
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-5/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-1/+1
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-6/+6
* adjusted refresh rate to match pbc measurement Nicola Salmoria2008-04-131-1/+1
* Tweak Do Run Run CPU clock to match the behaviour observed on the real board. Nicola Salmoria2008-04-031-18/+41
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-6/+6
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-1/+1