summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/coinmstr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* WIP from Haze, note pushover and jpcoin are both video games (no whatsnew) Miodrag Milanovic2011-08-221-0/+13
* Removed mc6845 trampolines (nw) Wilbert Pol2011-05-171-8/+8
* Clean up 6821 PIA modernization, removing all trampolines. Some Aaron Giles2011-05-031-8/+8
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-53/+53
* BIG update. Aaron Giles2011-03-291-15/+15
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-5/+5
* Continued moving global/static variables to the driver_device classes. Aaron Giles2011-03-171-50/+56
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-29/+29
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-4/+19
* 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-14/+10
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-8/+8
* Results of running the latest srcclean. Aaron Giles2009-12-281-6/+6
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* Changed occurrences of device label "cpu" to "maincpu" to comply to stated gu... Scott Stone2009-12-051-9/+9
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-3/+3
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-9/+9
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-3/+3
* [MC6845] Refactored to use devcb and added cursor callback (for MESS). Curt Coder2009-06-111-3/+5
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-5/+5
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Cleanups and version bump. Aaron Giles2009-03-051-3/+3
* Renamed 6821new.* -> 6821pia.* Aaron Giles2009-03-031-9/+9
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-24/+24
* Converted the following drivers to the new device-based 6821 PIA: Aaron Giles2009-03-021-163/+305
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-3/+3
* Fix a few regressions due to the audio devic-ification. Aaron Giles2009-02-171-3/+3
* Ok, this is The Big One. Aaron Giles2009-02-111-12/+12
* Improvements to coinmastr.c driver. [David Haywood, Roberto Fresca] Roberto Fresca2009-01-111-68/+37
* Added Poker Roulette to the Coinmaster driver [Chris Hardy,Angelo Salese,Robe... Angelo Salese2009-01-091-10/+268
* Correctly setup the MC6845 device in the coinmstr driver. Phil Bennett2008-12-251-7/+20
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-6/+6
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-6/+6
* 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-35/+35
* Region classes go bye-bye. Aaron Giles2008-07-281-12/+12
* 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-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-3/+3
* AY-3-8910 rewrite: Couriersud2008-04-221-1/+6