Commit graph

  • 0bcd9de494 ssd1306 code cleanup Added U(202) HARD reset - reboots pi penfold42 2018-07-04 16:39:59 +1000
  • 02f19df0cf moved ssd1306 logic to options.cpp penfold42 2018-07-04 12:25:47 +1000
  • b101e8f635 if LcdLogoName != 1541ii nor 1541classic, try to load file from SD card penfold42 2018-07-04 11:48:55 +1000
  • 34c75658eb LcdLogoName = 1541ii (or 1541classic) penfold42 2018-07-03 21:26:01 +1000
  • 418f8707e9 Added 1541 classic LCD logo penfold42 2018-07-03 15:19:56 +1000
  • d2b87e609a Fixed Issue #32: Confusing similar name files. Stephen White 2018-07-02 18:55:54 +1000
  • e4dc6e54ec Fixed bug with https://csdb.dk/release/?id=11627 directory display. Stephen White 2018-07-02 18:30:30 +1000
  • c961e2b5b0
    Merge pull request #36 from penfold42/hideDEL Stephen White 2018-07-02 18:24:44 +1000
  • 44de6efd0c
    Merge pull request #35 from penfold42/options Stephen White 2018-07-02 18:24:18 +1000
  • 791d1ea0a8 Hide deleted files from BAM view penfold42 2018-07-01 20:46:07 +1000
  • 5a3ee09c56 Updated options.txt Added ChargenFont options (same as "Font" just clearer name) penfold42 2018-07-01 10:16:47 +1000
  • 8dc1c7cb14 Added a commented default OPTIONS.TXT file example. Stephen White 2018-07-01 04:36:20 +1000
  • 04640e11e6 Fixed minor problem where track display initially displays track 00 and not track 18 Stephen White 2018-07-01 04:35:40 +1000
  • 8e9e0a5b28
    Merge pull request #34 from penfold42/statusoverlap Stephen White 2018-07-01 04:03:52 +1000
  • f484dea75f Debounce reset Stephen White 2018-07-01 04:00:47 +1000
  • e053a2bb5b Fix status bar overlap on small screens penfold42 2018-06-30 19:20:05 +1000
  • ef975f0721 Incremented build version. Stephen White 2018-06-24 14:41:28 +1000
  • c41ea162a2 Added the option to auto mount a disk image (when resetting) Stephen White 2018-06-24 14:37:11 +1000
  • 99ddf7c31f Merge branch 'early_oled' of https://github.com/penfold42/Pi1541 into penfold42-early_oled Stephen White 2018-06-24 13:39:49 +1000
  • 270650751c Resolved merge confilicts for push "Ssd1306 OLED startup logo #26" Stephen White 2018-06-24 13:24:26 +1000
  • 92021c4913
    Merge pull request #29 from penfold42/sh1106 Stephen White 2018-06-24 12:56:24 +1000
  • 8f67aef459 Add LCD contrast control i2cLcdOnContrast = 127 // (0..255) UNTESTED sh1106 support LCDName = sh1106_128x64 penfold42 2018-06-23 13:58:05 +1000
  • f0e90cf385 Also change VCOMDeselect when changing contrast penfold42 2018-06-23 12:52:54 +1000
  • bd8a31604c Added SetContrast functions penfold42 2018-06-22 22:32:54 +1000
  • 3242a517b3 Ground work for sh1106 and brightness controls - just options parsing penfold42 2018-06-22 09:31:13 +1000
  • cf64cf1c2e Fixed bug - when backing out of a disk image the disk would not be written back. Stephen White 2018-06-19 19:11:26 +1000
  • 34e53d7ea7 Incremented build number. Stephen White 2018-06-17 19:05:14 +1000
  • c0f17a5f92
    Merge pull request #25 from penfold42/ssdflip Stephen White 2018-06-17 17:45:39 +1000
  • 4ddbb75095
    Merge pull request #24 from penfold42/gcc7 Stephen White 2018-06-17 17:45:20 +1000
  • a5170e350a Updated readme with toolchain info and build platforms tested penfold42 2018-06-16 10:26:08 +1000
  • 0f536925bc Added i2cLcdFlip = 0/1 to flip display 180 deg penfold42 2018-06-16 00:01:02 +1000
  • 777ab80d99 Moved status bar to avoid overlap with 40 track BAM penfold42 2018-06-15 18:33:41 +1000
  • 6ce74cf9c8 GCC 7 support and cleanup compiler warnings penfold42 2018-06-15 13:31:01 +1000
  • 1342ce812b Fixed the emulation button debouncing issue. Stephen White 2018-06-14 20:39:34 +1000
  • 63ee223088 Fixed bug with previous disk button now working as expected when you have a large amount of disks in the set. Stephen White 2018-06-14 20:39:07 +1000
  • 8a25afaeb0
    Merge pull request #21 from penfold42/gpiosound Stephen White 2018-06-12 22:42:33 +1000
  • e05d6b0f28 Updated gpio sound options penfold42 2018-06-12 21:39:08 +1000
  • 99f385ecf3 "Saving Complete" message is now displayed only if disk images were written back Stephen White 2018-06-12 19:17:00 +1000
  • 697b986649 "Saving Complete" message is now displayed only if disk images were written back. Stephen White 2018-06-12 19:07:05 +1000
  • ee289159b6 Added the ability to have floating point values in the options.txt file. Stephen White 2018-06-12 19:03:29 +1000
  • cd7f8e3fef added soundOnGPIOCounter soundOnGPIOFreq to options.txt penfold42 2018-06-12 11:17:52 +1000
  • 113653a1ce Added my modified version of nbla000's CBM-FileBrowser.asm Stephen White 2018-06-11 20:08:11 +1000
  • e0cc14afeb Invremented build version. Stephen White 2018-06-11 19:36:05 +1000
  • 3e83a57349 Each disk write back is now displayed on screen(s) when modified images are unmounted. Stephen White 2018-06-11 19:31:24 +1000
  • a838a57a5f
    Merge pull request #16 from penfold42/LcdAddress Stephen White 2018-06-09 19:02:16 +1000
  • c605ff6b0d Fixed the auto reset bugs introduced in v1.03 Stephen White 2018-06-07 20:20:57 +1000
  • f270abde43 Add i2cLcdAddress = 60 option Note, this is in decimal and is "pre" shifting to the left. 60 decimal = 0x3c will drive an oled module set to "0x78" 61 decimal = 0x3d will drive an oled module set to "0x7a" penfold42 2018-06-07 19:00:39 +1000
  • 1c4e73d927 Added track # display to the LCD screen. Stephen White 2018-06-06 19:13:35 +1000
  • b3088df3d2 Added track # display to the LCD screen. Stephen White 2018-06-06 19:09:13 +1000
  • 091c785875 Added option for to select what I2C bus to use. Stephen White 2018-06-04 19:11:15 +1000
  • 823ced5be9
    Removed debug code causing compile error. Stephen White 2018-06-04 09:39:07 +1000
  • e292de1179 Added support for ssd1306 128x64 Stephen White 2018-06-03 18:11:58 +1000
  • fdac3079dd Cleaned up the double handling of the options variables. Stephen White 2018-06-03 17:54:36 +1000
  • 457cbafade Inlined some of the drive functions. Stephen White 2018-06-03 17:45:17 +1000
  • f1623f64c6 Optimised and improved compatability for inverted split lines hardware configuration. Stephen White 2018-06-03 17:43:36 +1000
  • 746c9efb1d Added option to specify which file LOAD"*" will actually load. Stephen White 2018-05-30 20:38:14 +1000
  • d970e0ec73
    Merge pull request #12 from penfold42/switchdecode Stephen White 2018-05-30 20:29:14 +1000
  • 59057a8d44 Directory entries are now sorted before being sent. Stephen White 2018-05-30 20:09:15 +1000
  • c2300db00a Fixed bug where modified images were being written back to the wrong foler. Stephen White 2018-05-30 19:52:38 +1000
  • c7c3b0901c disable debug display options to screen penfold42 2018-05-29 18:24:56 +1000
  • 05c9cae9cf now actually obeys RAMBOard setting penfold42 2018-05-29 18:21:49 +1000
  • 89ff0d4771 Added config option for RAMBOard = 0/1 penfold42 2018-05-28 23:17:22 +1000
  • e81960a295 Added RAMBoard support = RAM at 0x8000 penfold42 2018-05-28 14:46:57 +1000
  • d0d497d2ce Incremented the version number. Stephen White 2018-05-27 20:22:21 +1000
  • 43022d2de8 Added better support for composite video. Stephen White 2018-05-27 19:56:53 +1000
  • 37f65f1c40
    Merge pull request #7 from alexanderk23/patch-1 Stephen White 2018-05-27 18:51:47 +1000
  • 78fa906846 Add invertIECOutputs and ignoreReset options Alexander Kovalenko 2018-05-27 01:55:17 +0300
  • c0f06e33e2 Remove inline vars Alexander Kovalenko 2018-05-27 01:49:23 +0300
  • a0da75480c Fix lazy $(CFLAGS) evaluation; add -std=gnu99 Alexander Kovalenko 2018-05-27 01:48:49 +0300
  • d31ee50118
    Need to delete the CBM font. Stephen White 2018-05-24 19:57:37 +1000
  • 8a06197771
    Merge pull request #6 from penfold42/patch-1 Stephen White 2018-05-24 19:39:47 +1000
  • 505dda7de9
    Update README.md penfold42 2018-05-23 21:50:30 +1000
  • 11a2b5fa46 Merge branch 'master' of https://github.com/pi1541/Pi1541 Stephen White 2018-05-23 19:45:25 +1000
  • 1a9de4c5cd
    Merge pull request #5 from JaCzekanski/travis-ci Stephen White 2018-05-23 19:43:07 +1000
  • cb3e3169d7 Merge branch 'master' of https://github.com/pi1541/Pi1541 Stephen White 2018-05-23 19:42:56 +1000
  • ebc9d6359b moved sources to src/ dir, clean with explicit defined files Jakub Czekański 2018-05-22 19:04:38 +0200
  • abe261535d updated RPI3 mfpu parameter Jakub Czekański 2018-05-22 18:17:15 +0200
  • 3b67fbe19f
    Had to remove the CBM font. Stephen White 2018-05-21 19:13:48 +1000
  • c94ce4c519 Had to remove the CBM font. Stephen White 2018-05-21 19:12:59 +1000
  • 5366c35a48 added Travis CI integration Jakub Czekański 2018-05-21 01:50:45 +0200
  • a7b87c4c05 refactored Makefile, fixed support for different Raspberry versions Jakub Czekański 2018-05-20 23:01:18 +0200
  • e6434e0bc2
    Deleted the unused font Stephen White 2018-05-21 10:08:30 +1000
  • 6dc9452b2a Project setup Stephen White 2018-05-20 14:53:34 +1000
  • 5052645af8
    Initial commit pi1541 2018-05-18 16:53:36 +1000