mirror of
https://github.com/zellyn/diskii.git
synced 2024-11-21 08:32:21 +00:00
nakedos: make mkhello's FHELLO turn the drive off
This commit is contained in:
parent
0b7db8d43d
commit
6ef3e06add
@ -99,7 +99,7 @@ func runMkhello(args []string) error {
|
||||
0x6D, 0x01, 0xDC, // ADC NKRDFILE
|
||||
0x2C, toLoad, 0xDF, // BIT ${file number to load}
|
||||
0x2C, 0x00, byte(address >> 8), // BIT ${target page}
|
||||
0xF8, // CLD
|
||||
0xD8, // CLD
|
||||
0x4C, byte(start), byte(start >> 8), // JMP ${target page}
|
||||
}
|
||||
fileInfo := disk.FileInfo{
|
||||
|
Loading…
Reference in New Issue
Block a user