summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/malzak.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-15/+15
* BIG update. Aaron Giles2011-03-291-14/+14
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* 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-3/+3
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-32/+32
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+3
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-8/+4
* Added sound support to Signetics S2636 (by using VC4000 sound support from ME... mariuszw12010-08-121-4/+13
* - Updated SAA5050 to form 12x20 chars as noted in documentation [Miodrag Mila... Miodrag Milanovic2010-08-051-2/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-6/+6
* 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-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Added TILE_GET_INFO_DEVICE macro to tilemap.c Fabio Priuli2009-12-131-44/+55
* Imported SAA5050 emulation from MESS and made it a device. Updated malzak.c t... Fabio Priuli2009-12-121-10/+18
* Not worth mention: Properly amended s2636 to have correct work ram size. Than... Fabio Priuli2009-12-111-2/+2
* Converted Signetics 2636 video chip to be a MAME device and updated drivers u... Fabio Priuli2009-12-111-13/+29
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* More numbers-to-tags changes. Also, removed two unneeded variables in megadri... Fabio Priuli2009-04-301-1/+1
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-5/+5
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-4/+4
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* Cleanups and version bump.mame0126u5 Aaron Giles2008-08-141-7/+7
* Adds readmes for Koro Koro Quest, Gigas (bootleg), Race Drivin', Hexa, IQ Blo... Andrew Gardner2008-08-101-0/+26
* lower cased sn76477_interface and ay8910_interface Derrick Renaud2008-08-081-1/+1
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-6/+6
* Region classes go bye-bye. Aaron Giles2008-07-281-9/+9
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-13/+13
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-2/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-261-10/+10
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-2/+2
* Renamed input port functions: Aaron Giles2008-04-061-1/+1
* Fixes malzak2 from crashing Zsolt Vasvari2008-03-231-117/+43
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-49/+49
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-1/+1
* Most important thing to note about this change: Aaron Giles2008-02-211-3/+3
* - Reworked/refactored S2636 emulator Zsolt Vasvari2008-02-041-6/+6
* This essentially rewrites the CVS system video code. This fixes wallst071gre... Zsolt Vasvari2008-01-071-17/+6