Stephen White
1c6093d85e
Fix for #201 #200 #199
2020-12-28 15:48:48 +11:00
Stephen White
a7a1402a01
Update ffconf.h
...
Disabled the time stamp functuion. Suggested fix for #198
2020-12-28 13:58:10 +11:00
Stephen White
bc48a56620
Update Makefile.rules
...
Setthe default makefile.rules to the Pi3
2020-12-27 13:45:12 +11:00
Stephen White
8e87777759
Update DiskImage.cpp
...
Frank's fix for #200 FindSync was not looping the disk track correctly.
2020-12-27 13:12:05 +11:00
Stephen White
9c1f8320d2
Merge pull request #190 from devMashHub/master
...
Fix Issue #185 .
2020-12-27 12:37:50 +11:00
Stephen White
2f999c7a00
Merge pull request #181 from idolpx/master
...
Made changes to differentiate between Raspberry Pi 1 Model B Rev 1 (G…
2020-12-27 12:35:46 +11:00
George Belmont
91a213132a
Fixed options.txt to leave RotaryEncoderEnable and RotaryEncoderInvert turned off by default.
2020-08-14 08:17:25 -04:00
George Belmont
46381430e1
Added option to invert rotary encoder CLK/DATA pins to reverse operation for certain encoders (Issue#185)
2020-08-14 08:14:06 -04:00
James Johnston
abb28ee58f
Adjusted pin assignments to make it more consistent between 40 & 26 pin Raspberry Pi boards
2020-06-02 10:17:13 -04:00
James Johnston
3985221eb0
Made changes to differentiate between Raspberry Pi 1 Mobel B Rev 1 (GPIO 0/1) and Rev 2 (GPIO 2/3) pins
2020-04-15 19:34:04 -05:00
Stephen White
4cf352d70e
Fixed #170
2020-01-26 16:22:55 +11:00
Stephen White
cc0fb46383
Fixed button 5 not working.
2020-01-26 14:21:42 +11:00
Stephen White
126400806b
Possible fix for #170 (although I can't reproduce it)
2020-01-25 18:21:08 +11:00
Stephen White
40b5feb576
Travis CI is having trouble with a build target of "1+"
2020-01-25 17:56:52 +11:00
Stephen White
94f3476102
Added 1+ for the Pi1B+ build target.
2020-01-25 17:04:51 +11:00
Stephen White
37154feb0d
Merged Marco's Pi2 changes
...
Used overclock config;-
kernel_address=0x1f00000
arm_freq=1000
core_freq=500
sdram_freq=450
over_voltage=2
force_turbo=1
boot_delay=1
temp_limit=80
2020-01-25 13:44:00 +11:00
Stephen White
899ed08033
Adaptation for Raspberry 1B with 26GPI/Os #166
2020-01-25 12:04:05 +11:00
Stephen White
d5415f4644
Changed the example default piezo sound settings.
2020-01-01 14:10:50 +11:00
Stephen White
e907841b67
Incremented version number to 1.23
2019-12-31 11:21:42 +11:00
Stephen White
e6ab3c6eb7
Stopped P0 version of 1581 outputing a signal on the sound GPIO as the sound is disabled on the Pi 0.
2019-12-30 18:58:32 +11:00
Stephen White
2c4629bca6
The 1581 ROM name will now be displayed on the LCD when in 1581 mode.
2019-12-30 18:42:51 +11:00
Stephen White
35bc99d7c6
Added the auto loading of the 1581 ROM.
...
I used the default name of 1581-rom.318045-02.bin
That way it can easily be downloaded and copied from http://www.zimmers.net/anonftp/pub/cbm/firmware/drives/new/1581/1581-rom.318045-02.bin
2019-12-30 13:31:13 +11:00
Stephen White
f559159e2e
Fixed the broken StarFileName option.
2019-12-30 13:16:32 +11:00
Stephen White
e748a0687e
Fixed the issue of GnG not running on option B hardware
2019-12-30 13:00:47 +11:00
Stephen White
8eb61f03bc
Fixed the double update on the rotary encoder breaking 1581 support.
2019-12-29 18:40:52 +11:00
Stephen White
610af8efae
Fixed #154 Rotary encoder usage jumpy in emulation mode
2019-12-29 17:08:55 +11:00
Stephen White
bdcf49f758
Fixed #154 Rotary encoder usage jumpy in emulation mode
2019-12-29 16:52:21 +11:00
Stephen White
d3f045e7c3
Fixed SD card initialisation.
2019-12-29 15:18:14 +11:00
Stephen White
d98a27f637
Fixed bug when adding a PRG file to a virtual D64
2019-12-29 15:13:58 +11:00
Stephen White
1ca78e3383
If you select a PRG file using the Pi's browser then it will mount it into a virtual D64 so fast loaders can be used.
...
Note: FB64 will still use SD2IEC style loading directlyfrom the Pi's file system.
2019-12-28 15:27:28 +11:00
Stephen White
67c82503e6
Implemented #163 display the ROM file name and Device Id on the LCD
2019-12-27 16:09:59 +11:00
Stephen White
7437e9e16c
Fixed graphical corruption on the HDMI screen after disk image write back
2019-12-27 15:27:32 +11:00
Stephen White
a4379326be
Fixed #164 : toolchain download link for windows is invalid
2019-12-24 10:47:12 +11:00
Stephen White
28d1a443c6
Put the bus read and writes back to v1.19 timings.
...
Fixes the need to overclock a Pi3 for Option A hardware.
Hopefully fixes #160
2019-12-02 19:33:40 +11:00
Stephen White
253e26594a
Merge pull request #159 from hpingel/1581romname
...
display 1581 rom name after mounting an d81 image on big screen
2019-12-01 12:54:30 +11:00
Henning Pingel
28679fa10f
display 1581 rom name after mounting an d81 image on big screen
2019-11-26 21:36:37 +01:00
Stephen White
1c3521aa29
Incremented build version
2019-11-24 18:41:32 +11:00
Stephen White
f9481c5450
Pi0 now supports 1581
2019-11-24 18:10:03 +11:00
Stephen White
75032d3f6f
Merge pull request #156 from hpingel/fixed1581
...
fixed permanently disabled 1581 support
2019-11-24 13:15:12 +11:00
hpingel
7e6ccc0093
fixed permanently disabled 1581 support
...
define PI1581SUPPORT was always unknown within Pi1581.cpp. One way to fix this is to include defs.h
2019-11-24 01:27:16 +01:00
Stephen White
b77fa6fb2d
Fixed #126 (again)
...
Got burnt by the dodgy way I have implemented page up/down checking for the option KeyboardBrowseLCDScreen.
2019-11-18 17:20:35 +11:00
Stephen White
853e5181d9
Added T64 support to FB
2019-11-17 17:57:13 +11:00
Stephen White
ffb176a320
Slightly neater display list of disk images on the Pi's HDMI screen.
2019-11-17 15:20:16 +11:00
Stephen White
ca10026ade
Added option DisplayTracks
...
Displays a rough layout of data for a disk image on the Pi's HDMI screen.
2019-11-17 14:54:30 +11:00
Stephen White
6542da7c6d
Incremented build version to 1.21
2019-11-17 14:52:24 +11:00
Stephen White
650f70949e
Fixed issue #126
2019-11-17 14:51:27 +11:00
Stephen White
b1ce1f5d33
Fixed issue #134
2019-11-17 14:36:56 +11:00
Stephen White
6ea55bd013
Documented more available options in OPTIONS.TXT
...
Namely;-
LowercaseBrowseModeFilenames
NewDiskType
2019-11-17 13:29:09 +11:00
Stephen White
24776acf0b
Fixed incorrect instructions for the icons PNG height (it needs to be 200).
2019-11-17 12:52:19 +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