summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/btoads.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-24/+24
* 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
* tms340x0_device: converted to use inline config, devcb and delegates. (nw) Ivan Vangelista2014-09-241-6/+3
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Based on memory and obvious stuff, attempted to flag driver code Aaron Giles2013-10-161-0/+2
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-10/+10
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-1/+0
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-4/+4
* MT04750: btoads regression. Aaron Giles2012-04-091-2/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+2
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-2/+2
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-2/+2
* Cleanups and version bumpmame0142u3 Angelo Salese2011-05-081-1/+1
* Converted btoads to a modern driver as a checkpoint to see what's Aaron Giles2011-05-041-36/+83
* 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-24/+24
* Continued eliminating global/static variables by moving them to Aaron Giles2011-03-131-1/+1
* Updated nmk/olympia/pacific/pce/phoenix/rare/seibu/seta to driver_devices. Aaron Giles2011-03-031-5/+33
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-141-2/+2
* Changes TMS34010 to take a screen tag instead of the screen number Zsolt Vasvari2008-03-101-1/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+40