mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-23 14:25:11 +00:00
Differentiate unmapped and mapped-for-handler.
This commit is contained in:
@@ -291,7 +291,7 @@ class ConcreteMachine:
|
||||
disk_slot().set_source(dos);
|
||||
|
||||
disk_slot().map(0, 0x4000, 0x2000);
|
||||
disk_slot().unmap(0x6000, 0x2000);
|
||||
disk_slot().map_handler(0x6000, 0x2000);
|
||||
}
|
||||
|
||||
// Insert the media.
|
||||
|
||||
Reference in New Issue
Block a user