1
0
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:
Thomas Harte
2023-01-16 19:52:40 -05:00
parent a5b9bdc18c
commit 055e9cdf8d
4 changed files with 24 additions and 10 deletions
+1 -1
View File
@@ -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.