summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/amusco.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-16/+16
* -output: Removed legacy output accessors from ampoker2, amusco. [Ryan Holtz] mooglyguy2018-04-041-12/+16
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-15/+17
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+4
* (nw) misc cleanup: start replacing auto_alloc_* with smart pointers, get Vas Crabb2017-12-011-3/+4
* srcclean (nw) Vas Crabb2017-11-261-5/+5
* amusco.cpp: remove vram placeholder, allocate it in video_start (nw) angelosa2017-11-171-3/+6
* amusco.cpp: improved colors [Angelo Salese] angelosa2017-11-161-6/+54
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-1/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+4
* amusco.cpp: Generate blink state in a way more likely to represent hardware; ... AJR2017-03-181-3/+10
* Self-registering devices prep: Vas Crabb2017-02-271-12/+15
* amusco.cpp: Add coin counter and dispenser device (#1844) ajrhacker2016-12-171-6/+30
* srcclean (nw) Vas Crabb2016-11-271-3/+3
* amusco.cpp: Coin-related improvements AJR2016-11-211-53/+58
* Merge pull request #1683 from ajrhacker/draw88pkr_bill R. Belmont2016-11-151-1/+32
|\
| * draw88pkr: Input fixes (mostly hacks to get coins working) AJR2016-11-131-1/+32
* | More accurate MSM5832 WR emulation; add pinout for RTC58323 (nw) AJR2016-11-131-14/+1
|/
* Merge pull request #1678 from ajrhacker/amusco_pit R. Belmont2016-11-131-15/+8
|\
| * amusco: Fix PIT IRQs; game speed is much better now AJR2016-11-131-15/+8
* | Tech notes... (n/w) RobertoFresca2016-11-131-1/+1
|/
* Amusco driver improvements: Added button-lamps RobertoFresca2016-11-131-7/+41
* New machines marked as NOT_WORKING RobertoFresca2016-11-121-2/+22
* amusco: Identify and hook up 8155 interface chips for LPT & RTC AJR2016-11-071-55/+40
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-4/+4
* amusco: Minor changes (nw) AJR2016-10-151-2/+12
* amusco: Major improvements; promoted to WORKING AJR2016-10-151-46/+86
* amusco WIP: Use PIC for interrupts; correct SN type (nw) AJR2016-09-251-19/+6
* amusco: Start fleshing out the driver AJR2016-09-241-205/+106
* amusco.cpp: Hardware notes (nw) AJR2016-09-071-0/+9
* Another round of these Vas Crabb2016-08-271-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-1/+0
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+556