summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/djboy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-54/+54
* BIG update. Aaron Giles2011-03-291-40/+40
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-7/+7
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-5/+5
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-12/+12
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-36/+36
* Removed deprecat.h usage and rewritten irq routines in DJ Boy [Angelo Salese] Angelo Salese2010-11-071-11/+12
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-3/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-19/+19
* Cleanups and version bump. Aaron Giles2010-07-291-3/+3
* djboy.c: Added DIP switch locations and corrected the vsync to 57.5Hz as per ... Brian Troha2010-07-261-14/+15
* djboy.c - Slight documentation update for the "Beast" just adding it has an i... Brian Troha2010-07-251-23/+22
* djboy.c: Corrected two further bad bits in the Beast ROM and removed BAD_DUMP... Phil Bennett2010-07-251-13/+11
* djboy.c: Hooked up Beast MCU and removed simulation code. [Phil Bennett] Phil Bennett2010-07-231-468/+140
* Cleanups and version bump.mame0138u4 Aaron Giles2010-07-221-7/+7
* djboy.c: Added unverified Beast MCU internal ROM image [Dr Decapitator, Tomas... Phil Bennett2010-07-181-23/+26
* Time to kill off some deadwood. Aaron Giles2010-07-071-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-12/+12
* Added driver data struct to airbustr.c and djboy.c. Now the latter also suppo... Fabio Priuli2009-12-111-308/+322
* Converted Kaneko Pandora sprite chip to be a MAME device and updated drivers ... Fabio Priuli2009-12-101-1/+10
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-2/+2
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-19/+19
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+2
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-2/+2
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-4/+11
* Converted DJ Boy memory maps to current standards Angelo Salese2009-05-111-20/+16
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-6/+6
* Some driver updates that involves MCU that needs to be decapped for Guru (mos... Angelo Salese2009-05-071-77/+90
* More number-to-tag conversions in CPU calls. As a result, simplified dec8.c r... Fabio Priuli2009-04-281-7/+6
* Bulk change alert. Aaron Giles2009-04-261-4/+4
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-8/+8
* Ok, this is The Big One. Aaron Giles2009-02-111-4/+3
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-15/+15
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-30/+30
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-3/+3
* Major cpuintrf changes: Aaron Giles2008-11-101-3/+3
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-2/+2
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-5/+5
* Region classes go bye-bye. Aaron Giles2008-07-281-24/+24