summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/magic10.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-80/+80
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-2/+2
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-10/+10
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-8/+7
* TILE/TILEMAP modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-061-20/+20
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-3/+3
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-20/+20
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-9/+9
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-5/+5
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-13/+13
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-13/+13
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-25/+29
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-6/+6
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-48/+52
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-20/+20
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-35/+35
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-5/+5
* Bulk converted most of the tilemap_* calls into method calls. Aaron Giles2012-01-171-12/+12
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+2
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-1/+1
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-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-67/+67
* BIG update. Aaron Giles2011-03-291-17/+17
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-5/+5
* Continuation of static/global cleanup. [Atari Ace] Aaron Giles2011-03-171-66/+91
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Improvements to Magic's 10 driver. [Roberto Fresca] Roberto Fresca2011-02-011-22/+113
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-32/+32
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-5/+5
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-6/+7
* 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/+14
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* 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-13/+13
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-6/+6
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-6/+6
* Unified sets with unknown manufacturer to use all the same manufacturer <unkn... Fabio Priuli2009-08-021-1/+1
* Added default input mappings for gambling / poker / slot games. Converted man... Fabio Priuli2009-08-021-39/+39
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-4/+4
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-5/+5
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-5/+5
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-6/+6
* Ok, this is The Big One. Aaron Giles2009-02-111-5/+5
* Cleanups and version bump.mame0129u3 Aaron Giles2009-01-291-4/+4
* updated the comment about simulating the magic10 protection slightly. we cou... davidhay2009-01-251-2/+2
* Fixed scrolling layer in Magic's 10 [Angelo Salese] Angelo Salese2009-01-231-20/+35
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1