summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/balsente.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-1/+1
* 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-46/+46
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-0/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* - Re-worked Quizard MCU communications handling to be more easily expanded. [... Ryan Holtz2010-10-171-1/+2
* Fix most reported regressions. A few more still to come. Aaron Giles2010-09-041-9/+13
* New model for populating devices in a driver_device class. Removed the Aaron Giles2010-09-031-4/+4
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-2/+2
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-3/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+16
* Cleanups and version bump. Aaron Giles2010-03-041-1/+1
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+6
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-5/+5
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-1/+1
* Some misc cleanups: Aaron Giles2009-12-151-4/+95
* > -----Original Message----- Aaron Giles2009-10-031-2/+0
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-141-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-201-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+81