summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/magic10.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "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
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-3/+3
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* Cleanups and version bump.mame0127u3 Aaron Giles2008-09-111-4/+4
* Changes to magic10 driver. Roberto Fresca2008-09-061-115/+379
* Improvements to magic10.c driver: Roberto Fresca2008-08-281-32/+100
* Cleanups and version bump.mame0127 Aaron Giles2008-08-191-3/+3
* Minor corrections. Roberto Fresca2008-08-161-6/+5
* - Added Hot Slot and Magic Colors (not playable due to protection issues). Roberto Fresca2008-08-161-10/+277
* Cleanups and version bump.mame0126u5 Aaron Giles2008-08-141-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-28/+28
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-3/+3
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-6/+6
* Region classes go bye-bye. Aaron Giles2008-07-281-12/+12
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-15/+15
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-1/+1
* Cleanups for 0.125u3. Aaron Giles2008-05-291-6/+6
* Moved suprpool to a better match hardware. Roberto Fresca2008-05-271-3/+50
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-2/+1
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-12/+12