mirror of
https://github.com/holub/mame
synced 2025-06-10 14:52:42 +03:00
fds: Games refer to disk sides A and B, not 1 and 2.
This commit is contained in:
parent
eaf637da8a
commit
cb6089adb7
@ -410,7 +410,7 @@ void nes_disksys_device::disk_flip_side()
|
||||
if (m_fds_current_side == 0)
|
||||
popmessage("No disk inserted.");
|
||||
else
|
||||
popmessage("Disk set to side %d", m_fds_current_side);
|
||||
popmessage("Disk set to side %c", m_fds_current_side+0x40);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user