Commit Graph

  • 9b902f19bf
    Merge pull request #62 from penfold42/inputcleanup Stephen White 2018-08-08 20:03:01 +1000
  • 05d89d2505 Browser: Alt-L to create LST file in current dir with all images included Also small optimise number scanner in inputmapping penfold42 2018-08-08 00:38:08 +1000
  • d08e5e781a Move hightlight to last row penfold42 2018-08-07 19:54:57 +1000
  • 680a4a5b03 dont try to insert ".." penfold42 2018-08-07 19:46:27 +1000
  • 3152d4efd5 Browser: can <Insert> a directory - all d64 in it are loaded into caddy penfold42 2018-08-07 18:57:21 +1000
  • 93985e46c0 PopDir now hightlights the folder you were in penfold42 2018-08-05 23:51:24 +1000
  • a7cf8107d2 removed keyboard.h from filebrowser remove len>0 check from FileBrowser::UpdateInputFolders() removed NumberKeys table penfold42 2018-08-05 21:22:21 +1000
  • c42f4d3643 move button rom and device code to inputmappings remove a temp buffer add defines for button numbers penfold42 2018-08-05 20:20:48 +1000
  • 807cee02d2 InputMapping: merge letters and numbers penfold42 2018-08-05 18:26:33 +1000
  • 4ee11949fe
    Merge pull request #61 from penfold42/buttonsfix Stephen White 2018-08-05 17:13:12 +1000
  • f0f58879cf Browser: bugfix out by 1 in rmo and device change buttons penfold42 2018-08-05 16:12:28 +1000
  • 52b4658db3 Incremented build version number. Stephen White 2018-08-05 16:11:40 +1000
  • 2819392170
    Merge pull request #60 from penfold42/i2cdelta Stephen White 2018-08-04 17:16:53 +1000
  • 4adbe3f560 Fixed bug where the drive could incorrectly write to the disk just after a reset. Stephen White 2018-08-04 17:15:11 +1000
  • 457293c091 IEC graph: vertical black line at update position penfold42 2018-08-03 23:18:44 +1000
  • 48eaa18163 re-init display at emulation exit penfold42 2018-08-03 22:55:32 +1000
  • 52a74a6f5c Browse: Some directories werent show as directories. fixed penfold42 2018-08-03 22:37:39 +1000
  • 550677cc93 OLED Emulator - dont highlight entire row penfold42 2018-08-03 16:46:14 +1000
  • 98961a9421 LCtrl+LAlt+Delete = reboot penfold42 2018-08-03 15:39:48 +1000
  • c55c5169dd OLED dont highlight entire row penfold42 2018-08-03 15:39:25 +1000
  • 94040fa5c7 Optimise OLED display updates penfold42 2018-08-03 15:38:07 +1000
  • bae47c0157
    Merge pull request #59 from penfold42/a-z Stephen White 2018-08-02 12:22:24 +1000
  • 0d64664cc0
    Merge pull request #57 from penfold42/cleanup Stephen White 2018-08-02 12:21:56 +1000
  • 016b9ce285 Browse: can use 0-9 like a-z penfold42 2018-08-01 21:42:17 +1000
  • c080a8cb0c Browse mode - MUST use F1..F11 for rom and device ID changes numbers have been removed penfold42 2018-08-01 21:24:33 +1000
  • 313ad5a978 Fix caddy column width... 6?? penfold42 2018-08-01 18:38:40 +1000
  • 792c259714 Browse: Home and End move to 1st and last entry penfold42 2018-08-01 17:57:01 +1000
  • a6e6a01b26 Cleanup deviceID change code penfold42 2018-08-01 14:56:27 +1000
  • b3cdf92238 Oops... a-z code was in BrowsableListView::CheckNavigation. With 2 screens it was running ttwwiiccee Moved to BrowsableList::CheckNavigation penfold42 2018-08-01 00:53:31 +1000
  • df58673e65 pressing a-z will jump to the next list entry starting with that letter penfold42 2018-08-01 00:43:52 +1000
  • 8fe97363e7 Moved Number key checking code to inputmapping penfold42 2018-07-31 18:38:24 +1000
  • b809e3e70b ROM and deviceID cleanups start implementing a-z penfold42 2018-07-31 09:41:50 +1000
  • 62216afe2a In browser on oled, add '<' for readonly files Also: - fix potential out by error/buffer overflow - code formatting cleanup - remove superfluous *.d64 filename check penfold42 2018-07-30 22:41:05 +1000
  • 5f723f4139 Merge branch 'romname' into cleanup penfold42 2018-07-30 22:30:43 +1000
  • 2f5914ec54 Merge branch 'master' into cleanup penfold42 2018-07-30 22:28:37 +1000
  • 2afc426a7e Merge branch 'master' into cleanup penfold42 2018-07-30 22:25:40 +1000
  • 0ddf2a6e0a In browser on oled, add '<' for readonly files fix potential out by error/buffer overflow penfold42 2018-07-30 22:24:07 +1000
  • 5fbfe85862 Merge branch 'master' of https://github.com/pi1541/Pi1541 into romname penfold42 2018-07-30 22:08:57 +1000
  • 4469165e8a Add ' R' to readonly file in filebrowser oled display penfold42 2018-07-30 20:04:54 +1000
  • b001959483
    Merge pull request #56 from penfold42/romname Stephen White 2018-07-30 19:20:56 +1000
  • d5ad31b37b Merge branch 'showWP' into romname penfold42 2018-07-30 17:43:02 +1000
  • 0cba9ca8f7 Display 'R' on oled for readonly write protected images penfold42 2018-07-30 17:41:52 +1000
  • ba66f2f929 overwrite longer rom names on screen penfold42 2018-07-30 10:20:52 +1000
  • d26147d93c Incremented version number. Stephen White 2018-07-29 17:29:29 +1000
  • 209d73469c Merge branch 'master' into cleanup penfold42 2018-07-29 17:26:08 +1000
  • dc1b700c8e Fixed myth_s1[system_3_1989](radwar)(pal) loading issue. Stephen White 2018-07-29 17:15:29 +1000
  • ef7dfb1907 The AutoMountImage can now handle .LST files. Stephen White 2018-07-29 16:47:32 +1000
  • 09cfc4ec86 Whilst in browse mode pressing Alt-W toggles write protection on a disk image. Stephen White 2018-07-29 15:55:46 +1000
  • 5491711446
    Merge pull request #53 from penfold42/alt-a Stephen White 2018-07-29 15:00:06 +1000
  • 2b142c3e85
    Merge pull request #50 from penfold42/128x32fix Stephen White 2018-07-29 14:58:40 +1000
  • 5ac2fe8c45 Buttons in browse mode can change the selected ROM Stephen White 2018-07-29 14:22:14 +1000
  • b1998612c4 update options.txt with supported OLED displays penfold42 2018-07-29 00:50:56 +1000
  • f807a9cdc0 Alt-a will autoload image during emulation penfold42 2018-07-29 00:35:17 +1000
  • 94f579fc08 Alt-A now works from any folder penfold42 2018-07-27 23:56:42 +1000
  • d15641e57f Alt-A from browser load the automountimage penfold42 2018-07-27 23:43:49 +1000
  • 980712cfda Fix for 128x32 displays during emulation Clean up redundant if (screenLCD) clean up to support variable LCD font height in future penfold42 2018-07-27 12:08:16 +1000
  • ddfcdbe50b Merge branch 'master' into cleanup penfold42 2018-07-26 22:54:05 +1000
  • 369e2ff800
    Merge pull request #48 from penfold42/128x32 Stephen White 2018-07-26 22:42:17 +1000
  • 2f023ab756 Compiler warnings width and height to PlotRawImage penfold42 2018-07-26 14:57:57 +1000
  • f0ee85d022 implement height and width penfold42 2018-07-26 13:28:37 +1000
  • 78e20ae4bb swap pages for SSD1306 128x32 displays penfold42 2018-07-26 12:19:35 +1000
  • ee175ec1fd LCD_1306_128x32 now sets com pins correctly clean up stb compiler warning penfold42 2018-07-26 11:34:59 +1000
  • 5f8b173155 LCD type is now an enum penfold42 2018-07-26 11:06:21 +1000
  • ea071f0b46 code cleanup penfold42 2018-07-23 09:06:11 +1000
  • 5fda5024f7 Incremented build version. Stephen White 2018-07-22 18:52:35 +1000
  • 9cdc0da63b Button 5 can be used to change device ID. Stephen White 2018-07-22 18:47:03 +1000
  • 70fddc97c5 Button 5 can be used to change device ID. Stephen White 2018-07-22 18:43:08 +1000
  • 86131addf0 Merge branch 'master' of https://github.com/pi1541/Pi1541 Stephen White 2018-07-22 15:21:26 +1000
  • 77dec20347 Fixed compatability problem with CaliforniaGames Stephen White 2018-07-22 15:19:58 +1000
  • 7ece6854b4
    Merge pull request #44 from penfold42/autonewdisk Stephen White 2018-07-22 14:40:11 +1000
  • 1039cca757 Merge branch 'deviceID' into autonewdisk penfold42 2018-07-21 13:23:37 +1000
  • 709809281f Can now change device ID in browse mode with keyboard 8,9,0,- and F8..F11 Maximum rom images is now 7 (down from 8) penfold42 2018-07-21 13:07:14 +1000
  • 34cc3775c2 update options.txt penfold42 2018-07-20 15:46:31 +1000
  • b041e61c26 Alt N to create new D64 image penfold42 2018-07-20 14:24:54 +1000
  • ad15313511 Added *.swp files to .gitignore penfold42 2018-07-20 14:12:21 +1000
  • d8135fbf1e now automounts the newly created image penfold42 2018-07-20 14:10:38 +1000
  • 876f417edd auto generated filename can be specified in options.txt with: AutoBaseName = autoname penfold42 2018-07-20 12:30:20 +1000
  • 1142e7ff45 filenames now get autogenerated penfold42 2018-07-20 10:13:32 +1000
  • 53de164fbe Press N to crete a new .d64 image Still need to implement finding the highest existing numbered filename penfold42 2018-07-19 23:49:08 +1000
  • 9d10bcb3ef Scratch and New now refresh the browser view penfold42 2018-07-19 18:28:56 +1000
  • 23a2acf510 separate CreateD64 into separate function penfold42 2018-07-19 12:48:22 +1000
  • 1090e509a1
    Merge pull request #42 from penfold42/i2cdetect Stephen White 2018-07-18 08:02:02 +1000
  • 8c76614858 Fix compiler warning penfold42 2018-07-17 20:04:09 +1000
  • efe0f0bd6d fix contrast setting for sh1106 penfold42 2018-07-17 19:56:01 +1000
  • 97eb27bf7a Merge branch 'master' of https://github.com/pi1541/Pi1541 into i2cdetect penfold42 2018-07-17 19:53:19 +1000
  • 02b165c288
    Merge pull request #41 from penfold42/sh1106 Stephen White 2018-07-17 18:43:53 +1000
  • c223b7aa57 i2c scanning is now optional: i2cScan = 1 prints the 7 bit addresses in decimal penfold42 2018-07-17 18:25:15 +1000
  • 1ed6fd45cd Inital support for I2C bus scanning - needs to be configurable - needs to NOT trash the i2c bus when finished penfold42 2018-07-17 14:58:26 +1000
  • ca2aa5e09f Code cleanups penfold42 2018-07-17 09:37:53 +1000
  • 4a1c56df41 s/Plottext/PlotText/g penfold42 2018-07-16 23:15:46 +1000
  • 91ead26b2b SH1106 support now works penfold42 2018-07-16 22:46:53 +1000
  • e34274c01e Move to page mode to support sh1106 penfold42 2018-07-16 21:11:55 +1000
  • 30f1d4747e Fixed crash bug when using without an OLED LCD Stephen White 2018-07-16 19:40:42 +1000
  • 9f0e610663 Incremented version number. Stephen White 2018-07-15 19:18:58 +1000
  • 3346ef6cf5 Added horizontal scrolling of long filenames. Stephen White 2018-07-15 18:46:49 +1000
  • f20105f011
    Merge pull request #40 from penfold42/automountescape Stephen White 2018-07-15 18:16:27 +1000
  • c6c79d9c81 Escape will now exit an automounted image without re-autoloading it penfold42 2018-07-13 18:04:37 +1000
  • 2bc501dd85 Added low level perfromance metrics. Stephen White 2018-07-11 21:09:21 +1000
  • 05702d0681
    Merge pull request #38 from penfold42/classiclogo Stephen White 2018-07-11 20:47:25 +1000
  • 12eeeea575 Separate oled hardware init routine from open penfold42 2018-07-06 23:35:17 +1000