Kalidomra / AdamNet-Drive-Emulator

Arduino Mega ColecoVision Adam Disk Drive Emulator
GNU General Public License v3.0
27 stars 6 forks source link

LCD Write can corrupt a normal drive #16

Closed Kalidomra closed 5 years ago

Kalidomra commented 5 years ago

Re-work the LCD write command so that it will not corrupt a non-ADE drive. Move the refresh byte from data3 to data1. This will allow the Adam to send the write to block 0XF400FFFF. This will be out of range for any real drive. The LCD refresh would then be 0xF401FFFF.

Kalidomra commented 5 years ago

Fixed in v0.70.