Commit Graph

430 Commits

Author SHA1 Message Date
sanni
099587b0b3
Remove 0xCFE5 (Lemmings) 2019-08-27 07:50:06 +02:00
sanni
7421efb580
Update README.md 2019-08-26 11:00:31 +02:00
sanni
7fc273c2a9
Update README.md 2019-08-26 11:00:03 +02:00
sanni
1f02031055
Update README.md 2019-08-26 09:19:44 +02:00
sanni
3559eb3185 Fix for Codemasters Duplicate Checksums 2019-08-26 07:23:05 +02:00
sanni
13243cdba4 MD Sketch Improvements by skaman
IMPROVEMENTS:
Added read/write support for all Serial EEPROM cart types (Acclaim Type 1, Acclaim Type 2, Capcom, Codemasters, EA, and Sega).  Capcom EEPROM code is untested but should work the same as Sega EEPROM code.

Fixed SRAM code to handle all SRAM types.

Added identification of SRAM carts that have bad headers.

Added support for Super Street Fighter 2.

WARNINGS:
Serial EEPROM writes take time to complete.

Serial EEPROM support was tested using Serial Output only.  Support using the OLED Display might require some timing adjustment as display_Update() on Serial translates to delay(100).

ADDITIONAL NOTES:
I've included a save file for NBA Jam T.E. Rev 0.

NBA Jam T.E. Rev 0 has faulty code that will erase the EEPROM when the cart is played on the console.  The solution proposed by the publisher was to play the cart with two different sets of initials (XXX, NBA) to initialize the EEPROM.  The included save file was created after doing this special initialization.  My tests of the EEPROM show that it will still erase after the special initialization.

I did some additional tests and found a potential solution.  Write the included save file to the cart.  Play the cart on the console as normal.  Create new saves as needed.  When done playing, HOLD THE RESET BUTTON DOWN BEFORE TURNING THE CONSOLE OFF.  YMMV.
2019-08-25 10:15:23 +02:00
sanni
f066c779a7
Rename case_button.stl to case_button_3mm.stl 2019-08-24 19:22:56 +02:00
sanni
e537d7623a
Update Cart_Reader.ino 2019-08-23 12:47:53 +02:00
sanni
7463a6d7a5
Fix Krusty's Super Fun House (U) 1.0 & Contra 3 (U), thanks to skaman
Quote: "Contra 3 has a bad header.  The internal ROM name is too long and overwrites 0xFFD5 which is the ROM speed setting.  Krusty's Super Fun House 1.0 has the same problem."
2019-08-23 12:43:15 +02:00
sanni
37ab67bd21
Remove 0xDD0A (Lethal Enforcers) 2019-08-21 10:47:14 +02:00
sanni
43de1ee032
Add files via upload 2019-08-17 19:06:50 +02:00
sanni
4c7e428938
Added PC Engine Tennokoe Bank RAM read/write support, thanks to Tamanegi_taro 2019-08-12 15:45:14 +02:00
sanni
18db254957
Update README.md 2019-08-10 15:17:48 +02:00
sanni
da4488f42e
Update README.md 2019-08-10 15:17:28 +02:00
sanni
6889361b6b
Update README.md 2019-08-10 15:17:03 +02:00
sanni
eb55e18668
Update README.md 2019-08-10 15:12:28 +02:00
sanni
8cf0a284a9
Add files via upload 2019-08-10 13:45:37 +02:00
sanni
73c02f6158
Update README.md 2019-08-10 13:14:25 +02:00
sanni
8e9cc692ab
Update README.md 2019-08-10 13:13:59 +02:00
sanni
9c279e3ed9
Add files via upload 2019-08-08 12:00:39 +02:00
sanni
f9ac34c105
Add Excitebike 64 Rev 1 CRC 2019-08-06 23:33:15 +02:00
sanni
2451cd8cdd
Update Cart_Reader.ino 2019-08-06 18:58:35 +02:00
sanni
60af3c642d
Update README.md 2019-08-06 12:51:30 +02:00
sanni
53d2e52891
Add files via upload 2019-08-06 12:45:30 +02:00
sanni
8270bde3f8
Update README.md 2019-08-05 17:23:39 +02:00
sanni
0694d103d4
Update README.md 2019-08-05 16:52:02 +02:00
sanni
a6072a8ed0
Add case 2019-08-05 16:42:24 +02:00
sanni
21159f989c
Bigger display cutout to make OLED alignment easier 2019-08-03 22:57:15 +02:00
sanni
17522c4040
Update Cart_Reader.ino 2019-08-01 16:44:44 +02:00
sanni
7354ad824a
Update n64.txt 2019-07-06 20:37:59 +02:00
sanni
82ccb57b45
Fix Lego Racer CRC 2019-07-06 20:33:46 +02:00
sanni
dedbda9d09
Update Golden Nugget 64 CRC
Thx to JCreazy & skaman
2019-06-16 11:51:55 +02:00
sanni
17dccd40e5
Add Pokemon Stadium USA Rev A and Rev B and remove Frogger Beta 2019-05-21 09:33:09 +02:00
sanni
d60ebe6da4
Update README.md 2019-04-07 14:05:21 +02:00
sanni
a26438d016 Delete files 2019-04-02 11:53:15 +02:00
sanni
79c6877fce V3.0: Update libraries to latest version 2019-03-22 22:47:59 +01:00
sanni
eee9b165a0 V2.9: Fix writing MBC3 flashcart 2019-03-01 19:16:33 +01:00
sanni
94a0d9ed1d V2.8: Fix GBA Sram issue
Thanks to Cyber_Akuma
2019-02-18 13:36:00 +01:00
sanni
9f3d408fc1
Update README.md 2019-02-15 21:09:13 +01:00
sanni
10d9112f3e
Update README.md 2019-02-15 21:08:45 +01:00
sanni
a6391a698c
Update README.md 2019-02-15 21:06:56 +01:00
sanni
a6efb62513
Merge pull request #31 from arasabbasi/master
Minor changes, not tested
2019-02-09 00:01:50 +01:00
sanni
c02727d674
Update README.md 2019-02-08 23:39:20 +01:00
sanni
bc9e1106c0
Create LICENSE 2019-02-06 15:55:22 +01:00
sanni
7f74f22ce7 V2.7: Fix flashing 29F032 Snes repro 2019-01-31 15:30:00 +01:00
Aras Abbasi
0d65828c73
Update GB.ino 2019-01-28 21:52:28 +01:00
Aras Abbasi
a0f85d788e
Update PCE.ino 2019-01-28 21:40:03 +01:00
Aras Abbasi
094d9fcdd3
Update GB.ino 2019-01-28 18:23:37 +01:00
sanni
4d1d9648c9
Update README.md 2019-01-27 12:56:34 +01:00
sanni
0eb6a3b9ee
Update README.md 2019-01-27 12:40:44 +01:00