summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/unico.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-112/+112
* unico.c: Fix some rom names in the Zero Point sets. Add note about the Japane... Brian Troha2012-12-061-36/+36
* New clone added Michaël Banaan Ananas2012-12-031-6/+29
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-2/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-3/+3
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-9/+9
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-4/+4
* 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-5/+7
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-4/+4
* 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-6/+6
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-3/+3
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-38/+38
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-9/+9
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-34/+34
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-3/+3
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-6/+3
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-4/+5
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-9/+9
* BIG update. Aaron Giles2011-03-291-17/+17
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-3/+3
* Converted namco/thepit/toaplan/unico/upl/valadon/veltmjr/venture/vsystem/ Aaron Giles2011-03-101-26/+10
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-65/+65
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-4/+4
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-3/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-6/+6
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-13/+9
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Rename eepromdev.c/h back to eeprom.c/h Aaron Giles2009-12-271-1/+1
* Rename functions and other references to eepromdev_* back to eeprom_* Aaron Giles2009-12-271-4/+4
* Removed _NODEFAULT_ forms of EEPROM driver macros. If you need to add Aaron Giles2009-12-251-1/+1
* Converted unico to eeprom device. Aaron Giles2009-12-241-20/+9
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-14/+14
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-6/+6
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-6/+6
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-8/+8
* Fix: 03316: burglarx: The main music is distorted [Osso] Scott Stone2009-07-221-1/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-8/+8
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* Cleanups and version bump. Aaron Giles2009-04-091-1/+1
* Merged memory maps. Aaron Giles2009-03-291-96/+56
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-16/+16