summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/appldriv.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* apple2: final removal of Apple II support for the legacy floppy system. [R. B... arbee2022-09-241-336/+0
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+4
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-8/+8
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-2/+2
* fixed apple2 compile (nw) Miodrag Milanovic2016-05-011-0/+336