pi1541/src
Sijmen b57194a35b
Merge remote-tracking branch 'upstream/master'
2021-01-18 15:57:26 +01:00
..
DiskCaddy.cpp Possible fix for #170 (although I can't reproduce it) 2020-01-25 18:21:08 +11:00
DiskCaddy.h 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. 2019-12-28 15:27:28 +11:00
DiskImage.cpp Fixed #201 with regards to Maverick's single drive copy. 2021-01-06 18:44:40 +11:00
DiskImage.h Fixed #201 with regards to Maverick's single drive copy. 2021-01-06 18:44:40 +11:00
Drive.cpp Early bail-out of DriveLoopReadNoFlux 2019-09-10 23:14:34 +02:00
Drive.h Fixed #201 with regards to Maverick's single drive copy. 2021-01-06 18:44:40 +11:00
FileBrowser.cpp Fixed #201 with regards to Maverick's single drive copy. 2021-01-06 18:44:40 +11:00
FileBrowser.h display 1581 rom name after mounting an d81 image on big screen 2019-11-26 21:36:37 +01:00
IOPort.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
InputMappings.cpp Fixed bugs with remapping the buttons via options.txt 2021-01-11 17:10:17 +11:00
InputMappings.h Fixed bugs with remapping the buttons via options.txt 2021-01-11 17:10:17 +11:00
Keyboard.cpp Experimental Pi Zero 1541 loading support. 2019-08-31 13:26:23 +02:00
Keyboard.h Experimental Pi Zero 1541 loading support. 2019-08-31 13:26:23 +02:00
Petscii.h Fixed bug with FB loading a disk image with an underscore in the name. 2018-12-29 17:42:06 +11:00
Pi1541.cpp Added 1581 mode. 2018-09-23 17:22:01 +10:00
Pi1541.h Added 1581 mode. 2018-09-23 17:22:01 +10:00
Pi1581.cpp fixed permanently disabled 1581 support 2019-11-24 01:27:16 +01:00
Pi1581.h Head stepping sounds now work for 1581 mode. 2018-11-25 15:44:44 +11:00
ROMs.cpp overwrite longer rom names on screen 2018-07-30 10:20:52 +10:00
ROMs.h Implemented #163 display the ROM file name and Device Id on the LCD 2019-12-27 16:09:59 +11:00
SSD1306.cpp A little improvment on SSD refresh by using the ability to send up to 2018-12-31 18:02:14 +01:00
SSD1306.h A little improvment on SSD refresh by using the ability to send up to 2018-12-31 18:02:14 +01:00
Screen.cpp Implement PrintFormat which scrolls the screen when overflowing 2020-12-28 13:26:23 +01:00
Screen.h Implement PrintFormat which scrolls the screen when overflowing 2020-12-28 13:26:23 +01:00
ScreenBase.h Fixed bug with HDMI display and the font being half height. 2019-04-28 14:29:43 +10:00
ScreenLCD.cpp Correct a bug on displaying caddy content when using 8bit height font 2018-12-31 11:05:17 +01:00
ScreenLCD.h CBM font usable on LCD display 2018-12-18 08:23:53 +01:00
Singleton.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
SpinLock.cpp Fixed compile errors for other Pi builds. 2018-12-30 14:15:10 +11:00
SpinLock.h Possible fixed for issue #22 One line more then expected 2018-12-29 17:38:57 +11:00
Timer.c Remove inline vars 2018-05-27 01:49:23 +03:00
Timer.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
armc-cppstubs.cpp Prototype implementation of TFTP PUT and move networking code to UpdateScreen (which runs on a different core) 2020-12-28 13:26:23 +01:00
armc-cstartup.c GCC 7 support and cleanup compiler warnings 2018-06-15 13:31:01 +10:00
armc-cstubs.c Prototype implementation of TFTP PUT and move networking code to UpdateScreen (which runs on a different core) 2020-12-28 13:26:23 +01:00
armc-start.S moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
bcm2835int.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
cache.c moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
cache.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
debug.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
defs.h Adjusted pin assignments to make it more consistent between 40 & 26 pin Raspberry Pi boards 2020-06-02 10:17:13 -04:00
diskio.cpp Fixed SD card initialisation. 2019-12-29 15:18:14 +11:00
diskio.h Added USB drive support. 2018-11-04 17:14:28 +11:00
dmRotary.cpp Added support for KY-040 rotary encoder to replace browse up/down/select buttons; all code 2019-09-06 07:13:58 -04:00
dmRotary.h Added support for KY-040 rotary encoder to replace browse up/down/select buttons; all code 2019-09-06 07:13:58 -04:00
emmc.cpp Fixed SD card initialisation. 2019-12-29 15:18:14 +11:00
emmc.h Fixed bug with PRG files not loading from USB drives. 2018-11-25 15:40:45 +11:00
exception.c moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
ff.cpp Added USB drive support. 2018-11-04 17:14:28 +11:00
ff.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
ffconf.h Update ffconf.h 2020-12-28 13:58:10 +11:00
gcr.cpp Fixed #201 with regards to Maverick's single drive copy. 2021-01-06 18:44:40 +11:00
gcr.h Fixed #201 with regards to Maverick's single drive copy. 2021-01-06 18:44:40 +11:00
iec_bus.cpp Fixed bugs with remapping the buttons via options.txt 2021-01-11 17:10:17 +11:00
iec_bus.h Fixed bugs with remapping the buttons via options.txt 2021-01-11 17:10:17 +11:00
iec_commands.cpp Fixed the broken StarFileName option. 2019-12-30 13:16:32 +11:00
iec_commands.h Added support for loading T64 files. 2019-11-16 17:00:04 +11:00
integer.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
interrupt.c Early bail-out of DriveLoopReadNoFlux 2019-09-10 23:14:34 +02:00
interrupt.h Early bail-out of DriveLoopReadNoFlux 2019-09-10 23:14:34 +02:00
kernel.h Fixed bug with PRG files not loading from USB drives. 2018-11-25 15:40:45 +11:00
logo.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
lz.c moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
lz.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
m6502.cpp moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
m6502.h Deleted commented out unused code 2018-12-29 17:44:48 +11:00
m6522.cpp 6522 timer IRQs were triggering one cycle too late. 2019-04-28 15:50:57 +10:00
m6522.h 6522 timer IRQs were triggering one cycle too late. 2019-04-28 15:50:57 +10:00
m8520.cpp Added 1581 mode. 2018-09-23 17:22:01 +10:00
m8520.h Removed debug code. 2018-11-04 17:14:18 +11:00
main.cpp Merge remote-tracking branch 'upstream/master' 2021-01-18 15:57:26 +01:00
net-arp.cpp Un-nest namespaces, because that's a C++17 feature 2021-01-18 15:56:36 +01:00
net-arp.h Un-nest namespaces, because that's a C++17 feature 2021-01-18 15:56:36 +01:00
net-dhcp.cpp Un-nest namespaces, because that's a C++17 feature 2021-01-18 15:56:36 +01:00
net-dhcp.h Un-nest namespaces, because that's a C++17 feature 2021-01-18 15:56:36 +01:00
net-ethernet.cpp Un-nest namespaces, because that's a C++17 feature 2021-01-18 15:56:36 +01:00
net-ethernet.h Un-nest namespaces, because that's a C++17 feature 2021-01-18 15:56:36 +01:00
net-icmp.cpp Un-nest namespaces, because that's a C++17 feature 2021-01-18 15:56:36 +01:00
net-icmp.h Fix network initialization, swapped ARP MACs and ICMP responses 2021-01-06 05:31:48 +01:00
net-ipv4.cpp Un-nest namespaces, because that's a C++17 feature 2021-01-18 15:56:36 +01:00
net-ipv4.h Un-nest namespaces, because that's a C++17 feature 2021-01-18 15:56:36 +01:00
net-tftp.cpp Un-nest namespaces, because that's a C++17 feature 2021-01-18 15:56:36 +01:00
net-tftp.h Run clang-format on net files 2020-12-29 13:52:02 +01:00
net-udp.cpp Un-nest namespaces, because that's a C++17 feature 2021-01-18 15:56:36 +01:00
net-udp.h Un-nest namespaces, because that's a C++17 feature 2021-01-18 15:56:36 +01:00
net-utils.cpp Un-nest namespaces, because that's a C++17 feature 2021-01-18 15:56:36 +01:00
net-utils.h Un-nest namespaces, because that's a C++17 feature 2021-01-18 15:56:36 +01:00
net.cpp Un-nest namespaces, because that's a C++17 feature 2021-01-18 15:56:36 +01:00
net.h Move part of Net::Update to HandlePacket 2021-01-18 15:41:35 +01:00
options.cpp Add options for networking and move networking in main to net.cpp 2020-12-29 13:28:23 +01:00
options.h Add options for networking and move networking in main to net.cpp 2020-12-29 13:28:23 +01:00
performance.c Added low level perfromance metrics. 2018-07-11 21:09:21 +10:00
performance.h Added low level perfromance metrics. 2018-07-11 21:09:21 +10:00
prot.cpp moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
prot.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
rpi-aux.c moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
rpi-aux.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
rpi-base.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
rpi-gpio.c moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
rpi-gpio.h Adjusted pin assignments to make it more consistent between 40 & 26 pin Raspberry Pi boards 2020-06-02 10:17:13 -04:00
rpi-i2c.c Inital support for I2C bus scanning 2018-07-17 14:58:26 +10:00
rpi-i2c.h Inital support for I2C bus scanning 2018-07-17 14:58:26 +10:00
rpi-interrupts.c moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
rpi-interrupts.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
rpi-mailbox-interface.c Added option to display the Pi's CPU temperature. 2019-10-20 13:45:47 +11:00
rpi-mailbox-interface.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
rpi-mailbox.c moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
rpi-mailbox.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
rpiHardware.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
sample.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
ssd_logo.h Added 1541 classic LCD logo 2018-07-03 15:19:56 +10:00
startup.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
stb_image.h LCD_1306_128x32 now sets com pins correctly 2018-07-26 11:34:59 +10:00
stb_image_config.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
types.h 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
wd177x.cpp Deleted commented out unused code 2018-12-29 17:44:48 +11:00
wd177x.h Added 1581 mode. 2018-09-23 17:22:01 +10:00
xga_font_data.c moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
xga_font_data.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00