mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-08-15 05:27:32 +00:00
Bugfix disk6_ioWrite
This commit is contained in:
@@ -717,7 +717,7 @@ GLUE_C_READ(disk6_ioRead)
|
|||||||
GLUE_C_WRITE(disk6_ioWrite)
|
GLUE_C_WRITE(disk6_ioWrite)
|
||||||
{
|
{
|
||||||
uint8_t sw = ea & 0xf;
|
uint8_t sw = ea & 0xf;
|
||||||
if (sw < 0x7) { // C0E0 - C0E7
|
if (sw <= 0x7) { // C0E0 - C0E7
|
||||||
_disk6_phaseChange(ea);
|
_disk6_phaseChange(ea);
|
||||||
} else {
|
} else {
|
||||||
switch (sw) {
|
switch (sw) {
|
||||||
|
Reference in New Issue
Block a user