summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ertictac.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ertictac/poizone: Greatly improved (not perfect) audio [R. Belmont, Heihachi_73] R. Belmont2011-05-281-8/+8
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* BIG update. Aaron Giles2011-03-291-7/+7
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Add driver_device classes for drivers that don't have any variables, Aaron Giles2011-03-211-1/+11
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-32/+32
* Greatly improved inputs and dip switches for ertictac.c [Tafoid] Scott Stone2010-12-291-67/+57
* Removed flag Angelo Salese2010-12-281-4/+4
* 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.mame0139u2 Aaron Giles2010-08-301-17/+17
* Forgot this Angelo Salese2010-08-261-0/+1
* Improved sound in Erotictac / Poizone [Angelo Salese, Phil Bennett] Angelo Salese2010-08-261-6/+26
* Forgot to mention Tom Walker here Angelo Salese2010-08-261-0/+1
* Converted ertictac / poizone driver to use shared AA devices [Angelo Salese] Angelo Salese2010-08-261-346/+82
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-1/+1
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Added sound hook-up to the Erotictac HW, sound doesn't yet work due of missin... Angelo Salese2010-08-161-50/+164
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-4/+4
* Sped up ertictac driver VIDEO_UPDATE [Christophe Jaillet] Phil Bennett2009-10-211-6/+5
* [03312] Default "music" DIP to off in ertictac. R. Belmont2009-08-161-1/+1
* ARM (26-bit): TST/TEQ should only update flags R. Belmont2009-07-051-14/+2
* many DIPSW fixes [kanikani] Yasuhiro Ogawa2009-05-271-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-281-14/+14
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-3/+3
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-5/+5
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-2/+2
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-36/+36
* Region classes go bye-bye. Aaron Giles2008-07-281-5/+5
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-5/+5
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-2/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-171-11/+11
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-2/+1
* Bulk converted drivers explicitly calling input_port_n_r() with a bogus Aaron Giles2008-04-061-1/+1
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-6/+6
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-6/+6
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-1/+1
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-1/+1
* - Converted Amiga based games to partial updating and proper scanline based t... Zsolt Vasvari2008-02-291-39/+38
* Most important thing to note about this change: Aaron Giles2008-02-211-4/+5
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-2/+2
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-1/+1