smesgr9000
d039c590cc
define more commonly used string in OSCR and reuse them
2024-05-28 21:11:48 +02:00
smesgr9000
363d18b542
add common function to open create folder, print message and open file. Remove duplicate code
2024-05-26 22:20:47 +02:00
smesgr9000
41182a7eb0
add option to clear display and remove duplicate code
2024-05-25 14:25:35 +02:00
smesgr9000
6abe29fcd9
remove duplicate code to print saving and increment of folder id
2024-05-25 14:07:08 +02:00
smesgr9000
9f0aa09197
remove duplicate code to create folder
2024-05-12 15:37:11 +02:00
smesgr9000
32f6b4151b
reduce duplicate code by parameterise ROML/ROMH
2024-05-12 11:40:34 +02:00
smesgr9000
94c6bd460a
add c64 function to read 16k segments. Remove duplicate code for C64
2024-05-10 18:14:54 +02:00
smesgr9000
990b61ca3a
make cast in read function explicit and reduce duplicate read functions
2024-05-03 19:12:48 +02:00
smesgr9000
330e615b8c
remove duplicate code to select mapper, rom and ram configurations
2024-05-01 21:27:45 +02:00
smesgr9000
254982cbe7
remove duplicate CRC printing and calculation function
2024-05-01 10:48:58 +02:00
smesgr9000
bb12c99fac
replace FAIRCHILD, ODY2, MSX and VECTREX cart selection code with code used in NES, COLV & INTV. Define "Database not found" in OSCR.cpp
2024-05-01 09:06:23 +02:00
smesgr9000
06d5f28d0c
port NES fast forward selection to other systems
2024-04-28 13:35:21 +02:00
smesgr9000
394dcdcf1f
replace C64 cart selection code with code used in NES, COLV & INTV
2024-04-28 09:50:48 +02:00
sakman55
43e18fce80
Update C64.ino
...
Fix Issue #902 Handling of GAME and EXROM lines of C64 cartridges is wrong. Requires updated c64cart.txt on SD card.
2024-04-27 12:49:34 -10:00
smesgr9000
e7e0da80b0
remove some duplicate printing code and declare more global text strings
2024-04-22 18:51:01 +02:00
smesgr9000
4c8f8266a1
support CLOCKGEN for C64
2024-04-18 18:09:19 +02:00
smesgr9000
e1716d48bb
fix reading mapping > 5 causes crc32 0x0000000
2024-04-12 20:15:16 +02:00
Ancyker
a86f140198
Follow up to/fix for e61ac414d8
2024-03-02 11:30:44 -05:00
Ancyker
e61ac414d8
Code optimization, cleanup, and stylization
...
* Reduced PROGMEM / DRAM usage slightly (Using defaults w/HW5: Before -> 214,668 bytes / 5,757 bytes; After -> 213,414 bytes / 5,751 bytes)
* Optimized some menu options and calls
* Added more string constants and implemented them where found.
* Fixed some stylization
* Constants should always be uppercase.
* Features should use the `ENABLE_<feature name>` format.
* Options for features should use the `OPTION_<feature name>_<option name>` format.
* Added ENUMs for more clarity and better type checking.
* Moved some defines over to `constexpr` and `const` types. These are preferred over preprocessor constants when not intended for use with `#if` and other preprocessor language.
2024-03-02 11:26:35 -05:00
sanni
559010079c
Add support for Atari 5200/7800, C64, Vectrex (thx to skaman)
2023-09-23 00:11:08 +02:00