summaryrefslogtreecommitdiffstats
path: root/src/lib/util/avhuff.cpp
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2020-01-22 22:04:18 -0500
committer GitHub <noreply@github.com>2020-01-22 22:04:18 -0500
commitdb157a165b71d659d55e6f0bb97278a57a4e8607 (patch)
treea1ba75553400a2412f7340a2fd25c2b199b8da06 /src/lib/util/avhuff.cpp
parentd9019c4df8418f29284aae96180ac27d63cb703f (diff)
parent7fc7f5850e6a1082664efac72470919dcc0311b1 (diff)
Merge pull request #6187 from 68bit/apple2-floppy-options-track-count
apply2 floppy format: bake in the track count
Diffstat (limited to 'src/lib/util/avhuff.cpp')
0 files changed, 0 insertions, 0 deletions
>2014-02-171-1/+3 * Rewrite serial EEPROM devices, breaking them out into separate chips of Aaron Giles2013-07-291-1/+1 * Split eeprom.c into a base class base_eeprom_device and a serial-specific Aaron Giles2013-07-271-1/+1 * Rename eeprom_device to serial_eeprom_device in anticipation of adding Aaron Giles2013-07-261-1/+1 * eeprom_device tag lookup cleanup (nw) Miodrag Milanovic2013-04-121-1/+5 * 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 * Modernization of drivers part 21 (no whatsnew) Miodrag Milanovic2013-02-131-0/+1 * manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-8/+0 * Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2 * Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+4 * TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+1 * All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+1 * Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+3 * Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-3/+5 * MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-1/+1 * MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+2 * Major bitmap-related changes throughout the system. There are