mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-13 00:15:05 +01:00
fix issue #939. Remove duplicate write of laster buffer. Also add Berzerk Enhanced
This commit is contained in:
parent
254982cbe7
commit
d233387acc
@ -429,7 +429,6 @@ void readROM_2600() {
|
||||
readSegment_2600(0x1200, 0x1E00);
|
||||
// Split Read of Last 0x200 bytes
|
||||
readDataArray_2600(0x1E00, 0x1F4);
|
||||
myFile.write(sdBuffer, 500);
|
||||
for (int z = 0; z < 12; z++) {
|
||||
// Set Bank to ensure 0x1FFC-0x1FFF is correct
|
||||
readData_2600(0x1FF4 + x);
|
||||
|
@ -118,6 +118,9 @@ Bermuda Triangle
|
||||
Berzerk
|
||||
064
|
||||
|
||||
Berzerk Enhanced
|
||||
244
|
||||
|
||||
Big Bird's Egg Catch
|
||||
248
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user