summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/thom_dsk.cpp
diff options
context:
space:
mode:
author Nigel Barnes <Pernod70@users.noreply.github.com>2020-08-20 12:23:12 +0100
committer Nigel Barnes <Pernod70@users.noreply.github.com>2020-08-20 12:24:50 +0100
commita03f553f703f087c9347da95284c20bf197b6b8c (patch)
treee4bc5733a9f554488126912e2bdc53315cf25dbe /src/lib/formats/thom_dsk.cpp
parent021cbbc9d91d0a055f102845c14259b4f12289df (diff)
New working software list additions
----------------------------------- electron_rom: Mode 7 Simulator v1.5 New NOT_WORKING software list additions --------------------------------------- electron_rom: GoMMC Tools 1.03, Mode 7 Mk2 v1.1, Mode 7 Mk2 v2.2
Diffstat (limited to 'src/lib/formats/thom_dsk.cpp')
0 files changed, 0 insertions, 0 deletions
insertions'>+4 * -output: Removed remaining legacy output accesors from cinemat, and removed t... mooglyguy2018-04-071-0/+10 * -output: Removed legacy output accessors from cinemat, bzone drivers. [Ryan H... mooglyguy2018-04-041-0/+3 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+10 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-17/+37 * qb3: Fix sound (MT #6682) AJR2017-09-141-1/+1 * qb3: Reinstate old banking handler; hard to tell what's going on without sche... AJR2017-07-281-1/+1 * New 74LS259/9334/CD4099 devices AJR2017-07-251-39/+67 * Self-registering devices prep: Vas Crabb2017-02-271-9/+12 * NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-35/+35 * Devfind revision phase 2 (nw) AJR2016-08-051-1/+6 * 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-4/+4 * Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-2/+2 * cinemat.c: moved audio functions to the driver class (nw) Ivan Vangelista2014-08-281-5/+26 * Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3 * Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-1/+1 * Device-ified vector.c. (nw) Ivan Vangelista2013-11-011-0/+3 * Removed SOUND_RESET legacy MACRO. (nw) Ivan Vangelista2013-10-291-5/+23 * Removed SOUND_START legacy MACRO. Added SOUND_START_MEMBER and SOUND_RESET_ME... Ivan Vangelista2013-10-271-0/+1 * Based on memory and obvious stuff, attempted to flag driver code Aaron Giles2013-10-161-0/+2 * Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-1/+0 * ccpu.c: Modernized cpu core. (nw) Wilbert Pol2013-07-061-4/+3 * added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3 * unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1 * Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+0 * Replace some *_DEVICE_HANDLER with _MEMBER calls, mostly audio (no whatsnew) Miodrag Milanovic2012-09-281-0/+4 * manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-12/+0 * Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+4 * Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-5/+12 * use SOUND_START/RESET instead of MACHINE_START/RESET (no whatsnew) Miodrag Milanovic2012-09-121-5/+0 * All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+5 * Fix most reported errors.