Commit graph

363 commits

Author SHA1 Message Date
Stephen White
79c4d83bdb maniac_mansion_s1[lucasfilm_1989](ntsc).g64 now works. 2019-04-28 18:02:01 +10:00
Stephen White
cf0d4e11dd CD<- now works as well as CD:<- 2019-04-28 16:36:55 +10:00
Stephen White
520d6e6540 6522 timer IRQs were triggering one cycle too late. 2019-04-28 15:50:57 +10:00
Stephen White
47355edeff Mac OS .* files are filtered out 2019-04-28 15:41:24 +10:00
Stephen White
f28e371763 Added the ability to use a real XOR chip
I could not get it to work.
Just checking it in incase anyone wants to experiment.
2019-04-28 15:37:46 +10:00
Stephen White
809722750a Improved compatability for the Neon loader. 2019-04-28 15:27:15 +10:00
Stephen White
65893c857c Fixed typos in the comments 2019-04-28 15:04:32 +10:00
Stephen White
a0e88c5e79 D64 images with extra error information now has that data applied. 2019-04-28 14:54:26 +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
bf6d61d27b Fixed bug with HDMI display and the font being half height.
I have a better fix for this coming when I commit support for other LCDs and screens (each screen can use its own character set/font)
2019-04-28 14:29:43 +10:00
Stephen White
fb295a7184 Incremented version number to 1.20 2019-04-28 14:09:34 +10:00
Stephen White
dfaa09d2f8 X? command now returns the dos version 2019-04-28 14:05:04 +10:00
Stephen White
dba374593e
Merge pull request #120 from gbouille/SSD1306_improvment
A little improvment on SSD refresh
2019-01-02 11:54:47 +11:00
Stephen White
6745e11ed1
Merge pull request #119 from gbouille/CaddyDisplayBug
Correct a bug on displaying caddy content when using 8bit height font
2019-01-02 11:51:03 +11:00
gbouille
800972fa3e A little improvment on SSD refresh by using the ability to send up to
15 bytes in one single data command.
Should increase the speed to refresh the screen.
2018-12-31 18:02:14 +01:00
gbouille
e8e0b8428b Correct a bug on displaying caddy content when using 8bit height font
(like CBM font)
This time, with the correct y coordinate usage.
2018-12-31 11:05:17 +01:00
Stephen White
03b3f9f38c
Merge pull request #118 from gbouille/CaddyDisplayBug
Correct a bug on displaying caddy content when using 8bit height font
2018-12-31 07:58:38 +11:00
gbouille
39e737e935 Correct a bug on displaying caddy content when using 8bit height font
(like CBM font)
2018-12-30 17:43:14 +01:00
Stephen White
2979c69791 Fixed compile errors for other Pi builds. 2018-12-30 14:15:10 +11:00
Stephen White
4dc0fd4b4f 1541 heads now start ofer track 19 fixes Maniac Mansion "File not found error" 2018-12-30 14:04:33 +11:00
Stephen White
123612a473 Reduced the time between reading and writing the IEC bus in 1541 mode.
Doing this increases compatability for some people using regular Pi3 models.
2018-12-29 17:51:55 +11: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
6db79af58a Deleted commented out unused code 2018-12-29 17:44:48 +11:00
Stephen White
9de1789c4e Fixed bug with FB loading a disk image with an underscore in the name. 2018-12-29 17:42:06 +11:00
Stephen White
05dbbe1c67 Possible fixed for issue #22 One line more then expected
Stopped both cores sending I2C data at the same time.
2018-12-29 17:38:57 +11:00
Stephen White
3608f1fd40
Merge pull request #117 from shazz/master
Patch for CBM FileBrowser to fix bug with kernal v2
2018-12-29 16:30:13 +11:00
shazz
9c2d883651
Added dependencies for assembling with ACME 2018-12-28 11:02:58 -05:00
shazz
dfe92c86ff
Kernal v2 patch from Ray
The patch was simple I just took the screen clear routine from the v3 KERNAL ROM and incorporated that into FB64 so that screen RAM is filled with the foreground color no matter which KERNAL version you actually have.
2018-12-28 10:31:15 -05:00
Stephen White
770854975c Merge branch 'master' of https://github.com/pi1541/Pi1541 2018-12-27 16:21:18 +11:00
Stephen White
bc030fe699 Update FileBrowser.cpp
Fixed issue #115 Alt-L writes all files in directory to autoswap.lst, not selected files
2018-12-27 16:21:12 +11:00
Stephen White
6388b5fccb
Merge pull request #113 from gbouille/CBM-Font-LCD
CBM font usable on LCD display
2018-12-21 18:14:52 +11:00
gbouille
8b3dc69bac CBM font usable on LCD display
Put "i2cLcdUseCBMChar = 1" to the option.txt file.
You have to use the Chargen rom too
2018-12-18 08:23:53 +01: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
db643e8d0e Improved compatibility with 1581 (especially when using 1581 JiffyDOS) 2018-11-25 21:47:24 +11:00
Stephen White
0bbe4544f9 Head stepping sounds now work for 1581 mode. 2018-11-25 15:44:44 +11:00
Stephen White
e3e25b8b5a Fixed bug with PRG files not loading from USB drives. 2018-11-25 15:40:45 +11:00
Stephen White
fb22d24c6c
Merge pull request #108 from penfold42/patch-1
Update README.md
2018-11-25 15:26:19 +11:00
penfold42
434b9d61b7
Update README.md 2018-11-23 20:48:35 +11:00
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