summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/balsente.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Downscope (nw) AJR2018-12-231-7/+6
* triviaes4: This board uses battery-backed NVRAM instead of X2212s (nw) AJR2018-12-081-1/+1
* triviaes4: Correct palette format (nw) AJR2018-12-071-2/+1
* triviaes4: "Un momento por favor" (nw) AJR2018-12-071-0/+1
* balsente.cpp: Do banking without memcpy (nw) AJR2018-12-071-2/+9
* balsente.cpp: Start working out 6809 map for triviaes4; eliminate install_rea... AJR2018-12-071-3/+12
* balsente.cpp: Separate emulation (and ROM) of 6VB audio board from driver AJR2018-12-011-48/+2
* balsente: Improved the documentation about the Spanish Trivial sets and added... ClawGrip2018-11-291-3/+3
* new working machine ----------------------------------------- Trivial Pursuit... Ivan Vangelista2018-11-281-4/+4
* devcb3 Vas Crabb2018-07-071-1/+0
* misc cleanup and compile fix for superqix.cpp (nw) Vas Crabb2018-07-031-0/+6
* balsente.cpp: Workaround for recent sound regression (nw) AJR2018-06-161-0/+1
* balsente.cpp: Use ACIA devices for sound communication AJR2018-06-141-18/+8
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* rescraid: Regression fix (nw) AJR2018-06-121-0/+5
* balsente.cpp: Split NVRAM between two X2212 devices AJR2018-06-111-0/+3
* balsente.cpp: Use 8253 device and clean up names (nw) AJR2018-06-111-147/+123
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-24/+24
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+7
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+2
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* balsente.cpp: Add 74LS259 latch (nw) AJR2017-09-051-1/+8
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-53/+53
* work this out later, leave disabled for now (nw) David Haywood2016-03-281-0/+5
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-1/+3
* cem3394: updated to use delegates and inline configs. nw. Fabio Priuli2014-04-111-0/+7
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+5
* Based on memory and obvious stuff, attempted to flag driver code Aaron Giles2013-10-161-0/+2
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-1/+3
* changed machine().device("audiocpu") with m_maincpu (nw) Miodrag Milanovic2013-04-111-1/+3
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3
* Modernization of drivers part 1 (no whatsnew) Miodrag Milanovic2013-02-051-0/+7
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-20/+20
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-8/+3
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+4
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-2/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-19/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-3/+6
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+23
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-221-3/+3
* Fix most reported errors. Aaron Giles2012-04-161-2/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-6/+13
* modernization of some CUSTOM_INPUT's part 2 (no whatsnew) Miodrag Milanovic2012-04-091-2/+1
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-29/+35