Stephen White
f559159e2e
Fixed the broken StarFileName option.
2019-12-30 13:16:32 +11:00
Stephen White
14452da320
Added support for loading T64 files.
...
All the PRG files contained inside a T64 image are transfered over to a in memory D64 image. This in turn is converted to the low level G64 like image that the emulator uses.
2019-11-16 17:00:04 +11:00
Stephen White
a0d3ca30e8
Added P00 (PXX) and T64 loading from browse mode.
...
Only the first file inside the T64 is loaded.
Even though T64 is a tape file you load it using “NAME.T64”,8,1
Regular wild cards should also work.
NOTE: T64 containing multiple files will probably not work.
2019-11-05 12:31:00 +11:00
Uffe Jakobsen
4b0823fda0
Cosmetic: fix spelling DECIVE_SWITCHED => DEVICE_SWITCHED
2019-08-02 12:05:35 +02:00
Stephen White
47355edeff
Mac OS .* files are filtered out
2019-04-28 15:41:24 +10:00
Stephen White
64291c0dfd
New disks can now be a G64 or a D64
2019-04-28 14:48:16 +10:00
Stephen White
dfaa09d2f8
X? command now returns the dos version
2019-04-28 14:05:04 +10:00
Stephen White
a25f1963c0
Added a feature where the firmware can be auto updated from a USB drive.
2018-12-29 17:48:18 +11:00
Stephen White
cb04179fc9
Added option to lowercase all filenames passed back to FB*
2018-12-15 15:44:37 +11:00
Stephen White
7eccc56eda
Fixed bug with opening PRG filenames longer than 13 characters eg portal_v1_pa.prg
2018-12-03 19:38:09 +11:00
Stephen White
e3e25b8b5a
Fixed bug with PRG files not loading from USB drives.
2018-11-25 15:40:45 +11:00
Sven Oliver Moll
f34bb442b0
Update src/iec_commands.cpp
...
Trying to make emulation mode error messages look a bit more like 1541 ones.
2018-11-11 21:29:34 +01:00
Stephen White
504596b013
Update src/iec_commands.cpp
2018-11-06 19:31:38 +11:00
Stephen White
9051abec6d
FB and @CP can now be used to switch between SD and USB devices.
2018-11-06 19:23:48 +11:00
Stephen White
7752ef3df7
Fixed issue with SIDPlay and loading file names that start with a number.
2018-10-11 19:08:44 +11:00
Stephen White
824e5da2ac
Fixed bug with filenames and SIDPlay64.
...
Capital letters coming from sidplay64-sd2iec have the high bit set. Was confusing isdigit and isspace.
2018-10-10 20:04:43 +11:00
penfold42
5b091e9b8c
options.txt numbers can now be decimal, hex (and probably octal)
...
reboot clears LCD on the way down
2018-08-25 11:43:23 +10:00
penfold42
71e1267b4b
Updated options.txt
2018-08-12 21:50:29 +10:00
penfold42
a695cfbd89
128BootSectorName = bootsect.128
2018-08-12 21:15:17 +10:00
Stephen White
be5b1a0312
Fixed bug with a 128 (in 128 mode) not booting.
...
Also added the option for a 128 to auto load FB128.
2018-08-12 14:40:06 +10:00
penfold42
ea071f0b46
code cleanup
2018-07-23 09:06:11 +10:00
penfold42
d8135fbf1e
now automounts the newly created image
2018-07-20 14:10:38 +10:00
penfold42
9d10bcb3ef
Scratch and New now refresh the browser view
...
Using the keyboard to exit emulation no longer CD /
2018-07-19 18:28:56 +10:00
penfold42
23a2acf510
separate CreateD64 into separate function
2018-07-19 12:48:22 +10:00
penfold42
0bcd9de494
ssd1306 code cleanup
...
Added U(202) HARD reset - reboots pi
2018-07-04 16:39:59 +10:00
Stephen White
d2b87e609a
Fixed Issue #32 : Confusing similar name files.
2018-07-02 18:55:54 +10:00
Stephen White
f1623f64c6
Optimised and improved compatability for inverted split lines hardware configuration.
2018-06-03 17:43:36 +10:00
Stephen White
746c9efb1d
Added option to specify which file LOAD"*" will actually load.
2018-05-30 20:38:14 +10:00
Stephen White
59057a8d44
Directory entries are now sorted before being sent.
2018-05-30 20:09:15 +10:00
Jakub Czekański
ebc9d6359b
moved sources to src/ dir, clean with explicit defined files
2018-05-22 19:04:38 +02:00