summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/devices.lua
diff options
context:
space:
mode:
author Nigel Barnes <Pernod70@users.noreply.github.com>2019-03-22 19:24:13 +0000
committer Nigel Barnes <Pernod70@users.noreply.github.com>2019-03-22 19:24:13 +0000
commit60e30e44b3916015997e332ce5bfdfc9f47440bd (patch)
treedd81b79da349653d610e22457d2ff360ddd67ef9 /scripts/src/devices.lua
parent374d6d674f23ae770c267d1bbdf1278bd10cf202 (diff)
spectrum: Added the Opus Discovery disc system, and OPD floppy format.
Diffstat (limited to 'scripts/src/devices.lua')
0 files changed, 0 insertions, 0 deletions
5c83f314738ccdf5352?s=13&d=retro' /> Ivan Vangelista2019-10-101-1/+1 * mcs51: Disassembler update AJR2019-07-121-12/+23 * (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+12 * Revert "conflict resolution (nw)" andreasnaive2019-03-251-12/+0 * mcs51: New version of old hack to break out of JB INT0/INT1 loops when interr... AJR2019-03-221-0/+12 * New skeleton device: Western Digital WD1007A ESDI hard disk controller [Al Ko... AJR2018-07-141-0/+6 * cidx628: Make this display something again AJR2018-06-221-0/+12 * mcs51.cpp: Consolidate internal address maps; remove P0 from ROMless versions... AJR2018-06-131-20/+10 * emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-4/+4 * mcs51.cpp: Eliminate atrocious hack for breaking out of INT0 polling loops (nw) AJR2018-05-091-4/+0 * mcs51: Add more interrupt and timer registers to debug state AJR2018-05-011-0/+7 * srcclean (nw) Vas Crabb2018-04-221-2/+2 * maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-17/+21 * mcs51: Safer way to propagate INT0 and INT1 inputs, which also need to be act...