summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/zaccaria.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-3/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-63/+63
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-11/+9
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Memory handler normalization, part 1. Aaron Giles2012-09-171-3/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+0
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-3/+3
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-4/+4
* Convert dac.c to a modern sound device. Update all callers. Aaron Giles2012-08-091-3/+3
* 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-46/+42
* updating MAME drivers to use modern i8255 implementation instead of the legac... Fabio Priuli2012-05-141-6/+6
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-2/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-4/+4
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-4/+4
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-4/+3
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-4/+4
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-3/+3
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-22/+20
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-4/+4
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-18/+18
* 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-2/+1
* Removed ugly function interrupt_enable_w from the core, and updated all the d... Angelo Salese2011-11-291-6/+13
* 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