summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/snapquik.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/imagedev/snapquik.cpp')
0 files changed, 0 insertions, 0 deletions
AD/WRITE_LINE. Curt Coder2010-01-071-2/+2 * Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1 * Fix for MT03567: trvquest: Access Violation after OK Fabio Priuli2009-12-111-19/+27 * More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1 * Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-2/+2 * Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-1/+1 * Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1 * A last round of number-to-tag changes, for the moment (I don't want to confli... Fabio Priuli2009-04-281-1/+1 * Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-1/+1 * Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-6/+6 * Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-3/+3 * Ok, this is The Big One. Aaron Giles2009-02-111-4/+2 * Made the 6522 VIA implementation use devcb Nathan Woods2009-02-041-10/+10 * From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1 * Changed the 6522 VIA implementation to be a device Nathan Woods2008-12-141-15/+28 * 6522 interface cleanups Nathan Woods2008-12-131-2/+2 * Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch,