pi1541/src
penfold42 71e1267b4b Updated options.txt 2018-08-12 21:50:29 +10:00
..
DiskCaddy.cpp re-init display at emulation exit 2018-08-03 22:55:32 +10:00
DiskCaddy.h Fixed bug with previous disk button now working as expected when you have a large amount of disks in the set. 2018-06-14 20:39:07 +10:00
DiskImage.cpp moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
DiskImage.h Each disk write back is now displayed on screen(s) when modified images are unmounted. 2018-06-11 19:31:24 +10:00
Drive.cpp Fixed bug where the drive could incorrectly write to the disk just after a reset. 2018-08-04 17:15:11 +10:00
Drive.h Inlined some of the drive functions. 2018-06-03 17:45:17 +10:00
FileBrowser.cpp use bitmap view of the BAM (rather than characters) 2018-08-11 17:14:17 +10:00
FileBrowser.h User can now type more than one letter to narrow down the search. 2018-08-08 20:31:26 +10:00
IOPort.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
InputMappings.cpp Browser: Alt-L to create LST file in current dir with all images included 2018-08-08 00:38:08 +10:00
InputMappings.h Browser: Alt-L to create LST file in current dir with all images included 2018-08-08 00:38:08 +10:00
Keyboard.cpp moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
Keyboard.h LCtrl+LAlt+Delete = reboot 2018-08-03 15:39:48 +10:00
Petscii.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
Pi1541.cpp moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
Pi1541.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 overwrite longer rom names on screen 2018-07-30 10:20:52 +10:00
SSD1306.cpp Optimise OLED display updates 2018-08-03 15:38:07 +10:00
SSD1306.h Optimise OLED display updates 2018-08-03 15:38:07 +10: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 use bitmap view of the BAM (rather than characters) 2018-08-11 17:14:17 +10:00
ScreenLCD.cpp use bitmap view of the BAM (rather than characters) 2018-08-11 17:14:17 +10:00
ScreenLCD.h use bitmap view of the BAM (rather than characters) 2018-08-11 17:14:17 +10:00
Singleton.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
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
diskio.cpp moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
diskio.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
emmc.cpp moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
emmc.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
exception.c moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
ff.cpp moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
ff.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
ffconf.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02: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 Buttons in browse mode can change the selected ROM 2018-07-29 14:22:14 +10:00
iec_bus.h move button rom and device code to inputmappings 2018-08-05 20:20:48 +10:00
iec_commands.cpp Updated options.txt 2018-08-12 21:50:29 +10:00
iec_commands.h 128BootSectorName = bootsect.128 2018-08-12 21:15:17 +10:00
integer.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
interrupt.c moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
interrupt.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
kernel.h moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02: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 moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02: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
main.cpp 128BootSectorName = bootsect.128 2018-08-12 21:15:17 +10:00
options.cpp 128BootSectorName = bootsect.128 2018-08-12 21:15:17 +10:00
options.h 128BootSectorName = bootsect.128 2018-08-12 21:15:17 +10: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 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
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 Alt-a will autoload image during emulation 2018-07-29 00:35:17 +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