summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/zaccaria.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up 6821 PIA modernization, removing all trampolines. Some Aaron Giles2011-05-031-8/+8
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-25/+25
* BIG update. Aaron Giles2011-03-291-24/+24
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-1/+1
* 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-2/+2
* Converted namco/thepit/toaplan/unico/upl/valadon/veltmjr/venture/vsystem/ Aaron Giles2011-03-101-29/+32
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-3/+3
* running_device -> device_t Aaron Giles2010-12-311-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-36/+36
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-11/+1
* 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-10/+10
* Fixed address mirroring on the slave sound cpu on Zaccaria hardware; it seems... Jonathan Gevaryahu2010-07-191-13/+37
* Fixed address mirroring on the master sound cpu on Zaccaria hardware; the /NM... Jonathan Gevaryahu2010-07-191-24/+48
* Improved PIA6821 interface. (no whatsnew) Curt Coder2010-07-161-4/+4
* Time to kill off some deadwood. Aaron Giles2010-07-071-7/+7
* (moved ppi/pia interfaces down for clarity) Michaël Banaan Ananas2010-05-251-49/+45
* irqgen was removed by mistake? Michaël Banaan Ananas2010-05-251-27/+36
* Added a readyq callback to the TMS5220 interface. This is needed to solve MT ... Couriersud2010-05-241-18/+4
* Verified TMS5200 and Vsync clocks from hardware [Corrado Tomaselli] Jonathan Gevaryahu2010-05-241-2/+2
* zaccaria.c: Improved sprite drawing, added DIP locations [hap] Michaël Banaan Ananas2010-05-211-28/+27
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* 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
* > -----Original Message----- Aaron Giles2009-10-011-2/+2
* Cleanups and version bump.mame0134u1 Aaron Giles2009-09-241-9/+9
* Changed irq callback to be of type devcb_write_line Couriersud2009-09-211-41/+22
* Changed all tms5220 lines to (READ|WRITE)_LINE_DEVICE_HANDLER Couriersud2009-09-211-3/+3
* zaccaria.c Couriersud2009-09-201-31/+31
* Bye bye 5220intf.* Aaron Giles2009-08-191-1/+1
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-6/+6
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-5/+5
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* And some more again... Fabio Priuli2009-04-281-7/+7
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-1/+1
* Renamed 6821new.* -> 6821pia.* Aaron Giles2009-03-031-6/+6
* Remaining PIA device-ification. Aaron Giles2009-03-031-44/+50
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-9/+9
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-13/+13
* Ok, this is The Big One. Aaron Giles2009-02-111-26/+19
* Added new module devcb, which can generically handle conversions between device Aaron Giles2009-01-261-6/+6
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2