pi1541/src
2018-12-30 14:15:10 +11:00
..
armc-cppstubs.cpp moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
armc-cstartup.c GCC 7 support and cleanup compiler warnings 2018-06-15 13:31:01 +10:00
armc-cstubs.c GCC 7 support and cleanup compiler warnings 2018-06-15 13:31:01 +10: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 moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
DiskCaddy.cpp Added 1581 mode. 2018-09-23 17:22:01 +10:00
DiskCaddy.h Added 1581 mode. 2018-09-23 17:22:01 +10:00
DiskImage.cpp Added 1581 mode. 2018-09-23 17:22:01 +10:00
DiskImage.h Deleted commented out unused code 2018-12-29 17:44:48 +11:00
diskio.cpp Fixed bug with PRG files not loading from USB drives. 2018-11-25 15:40:45 +11:00
diskio.h Added USB drive support. 2018-11-04 17:14:28 +11:00
Drive.cpp 1541 heads now start ofer track 19 fixes Maniac Mansion "File not found error" 2018-12-30 14:04:33 +11:00
Drive.h Inlined some of the drive functions. 2018-06-03 17:45:17 +10:00
emmc.cpp moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02: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 Added USB drive support. 2018-11-04 17:14:28 +11:00
FileBrowser.cpp Added a feature where the firmware can be auto updated from a USB drive. 2018-12-29 17:48:18 +11:00
FileBrowser.h Deleted commented out unused code 2018-12-29 17:44:48 +11:00
gcr.cpp moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
gcr.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
iec_bus.cpp Reduced the time between reading and writing the IEC bus in 1541 mode. 2018-12-29 17:51:55 +11:00
iec_bus.h Reduced the time between reading and writing the IEC bus in 1541 mode. 2018-12-29 17:51:55 +11:00
iec_commands.cpp Added a feature where the firmware can be auto updated from a USB drive. 2018-12-29 17:48:18 +11:00
iec_commands.h Added option to lowercase all filenames passed back to FB* 2018-12-15 15:44:37 +11:00
InputMappings.cpp Alt-Enter will now insert a disk also. 2018-10-17 15:32:23 +11:00
InputMappings.h Added 1581 mode. 2018-09-23 17:22:01 +10:00
integer.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
interrupt.c Deleted commented out unused code 2018-12-29 17:44:48 +11:00
interrupt.h Deleted commented out unused code 2018-12-29 17:44:48 +11:00
IOPort.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
kernel.h Fixed bug with PRG files not loading from USB drives. 2018-11-25 15:40:45 +11:00
Keyboard.cpp Added 1581 mode. 2018-09-23 17:22:01 +10:00
Keyboard.h Added 1581 mode. 2018-09-23 17:22:01 +10: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 moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
m6522.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02: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 Reduced the time between reading and writing the IEC bus in 1541 mode. 2018-12-29 17:51:55 +11:00
options.cpp Fixed bug with FB loading a disk image with an underscore in the name. 2018-12-29 17:42:06 +11:00
options.h CBM font usable on LCD display 2018-12-18 08:23:53 +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
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 Head stepping sounds now work for 1581 mode. 2018-11-25 15:44:44 +11:00
Pi1581.h Head stepping sounds now work for 1581 mode. 2018-11-25 15:44:44 +11: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
ROMs.cpp overwrite longer rom names on screen 2018-07-30 10:20:52 +10:00
ROMs.h Added 1581 mode. 2018-09-23 17:22:01 +10: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 moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02: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 Remove inline vars 2018-05-27 01:49:23 +03: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
Screen.cpp use bitmap view of the BAM (rather than characters) 2018-08-11 17:14:17 +10:00
Screen.h use bitmap view of the BAM (rather than characters) 2018-08-11 17:14:17 +10:00
ScreenBase.h CBM font usable on LCD display 2018-12-18 08:23:53 +01:00
ScreenLCD.cpp CBM font usable on LCD display 2018-12-18 08:23:53 +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
SSD1306.cpp CBM font usable on LCD display 2018-12-18 08:23:53 +01:00
SSD1306.h CBM font usable on LCD display 2018-12-18 08:23:53 +01: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
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
types.h Alt-a will autoload image during emulation 2018-07-29 00:35:17 +10: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