Commit Graph

374 Commits

Author SHA1 Message Date
Stephen White 77286c0279
Merge pull request #101 from SvOlli/master
Update src/iec_commands.cpp
2018-11-20 06:30:38 +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 498b153847 Update src/iec_commands.h 2018-11-06 19:28:18 +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 d9528f0f26 SRQ needed to be inverted. 2018-11-04 17:52:00 +11:00
Stephen White a26a4275b2 Added USB drive support. 2018-11-04 17:14:28 +11:00
Stephen White 2a8dad9f16 Removed debug code. 2018-11-04 17:14:18 +11:00
Stephen White 3db3424b31 Added instructions for the 1581 ROM in options.txt 2018-10-28 13:17:40 +11:00
Stephen White db692407c3 Fixed bug with SRQ line preventing the cassette from working. 2018-10-21 22:01:59 +11:00
Stephen White bc559f4291 Addressed issue #88 Clarify Comments for ROM Selection in Options File 2018-10-17 16:31:43 +11:00
Stephen White 8b8097525b Fixed issue #95 The DisableSD2IECCommands option makes the Pi1541 hang 2018-10-17 15:39:55 +11:00
Stephen White 7535e98434 Alt-Enter will now insert a disk also.
Some people are informing me they are using keyboards without an insert key.
2018-10-17 15:32:23 +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
Stephen White a249bf295f Fixed the button mapping issue so that they can be 1 indexed when specifying in options.txt 2018-09-30 22:42:56 +10:00
Stephen White 1a3941913e Incremented version number. 2018-09-30 21:43:55 +10:00
Stephen White db32edfb28 Fixed bug with buttons not mapped correctly. 2018-09-30 21:43:03 +10:00
Stephen White 481a887e7c Added 1581 mode.
I tried to get burst mode working but couldn't.
2018-09-23 17:22:01 +10:00
Stephen White 6912ae1e80
Merge pull request #77 from penfold42/configbuttons
Configurable PCB button mapping
2018-09-09 18:57:18 +10:00
Stephen White ce8ae087eb
Merge pull request #91 from c64-retro/options-typos
A few typo/spacing corrections to cleanup the options file
2018-09-09 18:42:37 +10:00
David Farrell 85d0150489 Just a few typo/spacing corrections to cleanup the options file. 2018-09-08 18:00:56 -07:00
Stephen White 756bbe2a02
Merge pull request #82 from penfold42/hexoptions
3 small things
2018-08-30 21:41:56 +10:00
penfold42 d06b361f80 Alt-L to create autoswap.lst now includes selected drive rom 2018-08-26 22:19:50 +10: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
Stephen White 29aa351b9b
Merge pull request #76 from penfold42/doco
initial doco of IEC Commands
2018-08-23 21:19:55 +10:00
penfold42 eac4475c4f Button remapping uses number 1..5
moved mapping code to CheckOptions()
2018-08-19 22:25:47 +10:00
penfold42 a54f1804ba Added options to remap the input push buttons 2018-08-19 22:11:36 +10:00
penfold42 9d93ee03ff initial doco of IEC Commands 2018-08-18 17:38:27 +10:00
Stephen White e09301c3db
Merge pull request #71 from penfold42/128bootsector
128BootSectorName = bootsect.128
2018-08-17 12:40:16 +10:00
penfold42 2e06b4b1b7 include modified bootcpm.128 to include a 2 second delay 2018-08-12 22:07:09 +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
Stephen White e7b477dbe3
Merge pull request #70 from penfold42/BAMbitmap
use bitmap view of the BAM (rather than characters)
2018-08-12 11:24:59 +10:00
penfold42 0115e66f09 use bitmap view of the BAM (rather than characters)
scale bitmap view to PNG size

guess 40 track format for BAM display

rename ClearArea to DrawRectangle
2018-08-11 17:14:17 +10:00
Stephen White 83f6d5fae1
Merge pull request #66 from penfold42/rompath
Search /roms/ for drive and chargen files
2018-08-10 07:18:10 +10:00
penfold42 36eb8efd7b And search for chargen in /roms/ too 2018-08-08 23:11:58 +10:00
penfold42 aed4baee1c Look in /roms/ for roms (in addition to /) 2018-08-08 23:00:37 +10:00
Stephen White 07143696fe User can now type more than one letter to narrow down the search. 2018-08-08 20:31:26 +10:00
Stephen White 9b902f19bf
Merge pull request #62 from penfold42/inputcleanup
PopDir highlight previous selection, Insert directory, Alt-L to create LST + Code cleanup
2018-08-08 20:03:01 +10:00
penfold42 05d89d2505 Browser: Alt-L to create LST file in current dir with all images included
Also small optimise number scanner in inputmapping
2018-08-08 00:38:08 +10:00
penfold42 d08e5e781a Move hightlight to last row 2018-08-07 19:54:57 +10:00
penfold42 680a4a5b03 dont try to insert ".." 2018-08-07 19:46:27 +10:00
penfold42 3152d4efd5 Browser: can <Insert> a directory - all d64 in it are loaded into caddy 2018-08-07 18:57:21 +10:00
penfold42 93985e46c0 PopDir now hightlights the folder you were in 2018-08-05 23:51:24 +10:00
penfold42 a7cf8107d2 removed keyboard.h from filebrowser
remove len>0 check from FileBrowser::UpdateInputFolders()
removed NumberKeys table
2018-08-05 21:22:21 +10:00
penfold42 c42f4d3643 move button rom and device code to inputmappings
remove a temp buffer
add defines for button numbers
2018-08-05 20:20:48 +10:00
penfold42 807cee02d2 InputMapping: merge letters and numbers 2018-08-05 18:26:33 +10:00
Stephen White 4ee11949fe
Merge pull request #61 from penfold42/buttonsfix
Browser: bugfix out by 1 in rom and device change buttons
2018-08-05 17:13:12 +10:00