summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/blackt96.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-10/+10
* BIG update. Aaron Giles2011-03-291-13/+13
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Continued moving global/static variables to the driver_device classes. Aaron Giles2011-03-171-13/+24
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-23/+23
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-2/+2
* Cleanups and version bump.mame0138u4 Aaron Giles2010-07-221-1/+1
* Load (but don't yet use) the decapped MCUs for several sets [Dr. Decapitator] Angelo Salese2010-07-091-6/+41
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* Cleanups and version bump.mame0133u5 Aaron Giles2009-09-071-7/+7
* From: David Haywood [hazemamewip@hotmail.com] Aaron Giles2009-09-061-99/+63
* From: David Haywood [mailto:hazemamewip@hotmail.com] Aaron Giles2009-09-061-7/+7
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-8/+8
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-5/+5
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-6/+6
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-6/+6
* (Modified to allow for overwrites of RAM ranges only.) Aaron Giles2008-07-291-1/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-7/+7
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-12/+12
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-241-204/+196
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-2/+2
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-2/+2
* Cleanups and version bump.mame0125u5 Aaron Giles2008-06-121-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-121-2/+2
* blackt96> found where the sprites are.. not got them hooekd up properly yet davidhay2008-06-081-7/+92
* more blackt96 progress. Marked PIC as NO_DUMP, it's used for the sound. davidhay2008-06-081-67/+75
* blackt96 - current progress davidhay2008-06-081-40/+258
* identified blackt96 text layer davidhay2008-06-071-28/+68
* Cleanups/version bump.mame0125u4 Aaron Giles2008-06-051-1/+1
* added some extra tecmosys protection notes (nuapete), added skeleton driver f... davidhay2008-06-031-0/+198