summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/zn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed some spelling fixes (eg. layout break, uppercase) Michaël Banaan Ananas2011-08-231-6/+6
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-8/+8
* cbaj sample roms were in wrong order, cpus also needed syncing at soundlatch ... Michaël Banaan Ananas2011-08-171-5/+8
* moved boiler plate code into PlayStation GPU smf-2011-08-111-50/+24
* added MCFG_PSXGPU_ADD for adding the gpu device and hooking up the dma to the... smf-2011-06-021-2/+2
* removed some calls to psx_dma_install_read_handler/psx_dma_install_write_handler smf-2011-05-291-3/+2
* converted PlayStation GPU to a device [smf] smf-2011-05-241-3/+3
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* "Why do you take this apart now? I'm trying to get us out of here and you pul... smf-2011-05-101-6/+5
* Started moving hardware in the CPU into the CPU core. Next step will be to us... smf-2011-04-291-17/+0
* Created devices for each type of PlayStation CPU smf-2011-04-281-2/+2
* fix compiling psx drivers (no whatsnew) R. Belmont2011-04-271-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Removed deprecat.h usage from zn.c driver [Angelo Salese] Angelo Salese2011-04-251-4/+3
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-47/+47
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-4/+4
* BIG update. Aaron Giles2011-03-291-173/+173
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-8/+8
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-56/+56
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-64/+64
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-57/+57
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Correct SPU IRQ notification in all drivers. Fixes streaming audio in Simpso... R. Belmont2011-02-121-1/+4
* Replacement PSX SPU [pSXAuthor, R. Belmont] R. Belmont2011-02-121-16/+7
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-3/+3
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-27/+27
* running_device -> device_t Aaron Giles2010-12-311-10/+10
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-111/+111
* Update psx drivers to use a driver_device. Aaron Giles2010-10-141-125/+177
* Death to more NVRAM_HANDLERS. Aaron Giles2010-09-201-38/+8
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-53/+37
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-2/+2
* converted mb3773 from a legacy device to a c++ device. smf-2010-07-171-1/+1
* Time to kill off some deadwood. Aaron Giles2010-07-071-6/+6
* Remove the following functions: Aaron Giles2010-07-011-1/+1
* Cleanups and version bump. Aaron Giles2010-06-171-8/+8
* remove "bad_dump" from the Bloody Roar 2 default NV roms. This is consistant ... Brian Troha2010-06-161-4/+4
* Fixed default EEPROM for 1 on 1 Government [David Haywood] Angelo Salese2010-06-151-2/+74
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* documentation: Cleaned up company names [hap] Michaël Banaan Ananas2010-05-251-57/+57
* last round of company name cleanups for now Michaël Banaan Ananas2010-05-221-1/+1
* new clone: Street Fighter EX 2 Hispanic Brian Troha2010-05-061-3/+26
* New clones added Phil Bennett2010-04-031-1/+22
* New clone: Star Gladiator (Japan) Brian Troha2010-03-201-11/+36
* Cleanups and version bump.mame0136u3 Aaron Giles2010-02-141-4/+4
* New games added or promoted from NOT_WORKING status R. Belmont2010-02-101-0/+13
* Preliminary Panasonic MN10200 CPU core and Taito ZOOM ZSG-1 sound system [Oli... R. Belmont2010-02-041-16/+20