Adjusted address of disk_read routine

This commit is contained in:
Dreaded_X 2021-01-18 16:26:11 +01:00
parent 04346c3c13
commit 3047e36053

View File

@ -7,7 +7,7 @@
#code _HOME, 0x1100
hstbuf equ 0x1200 ;will put 256-byte raw sector here
disk_read equ 0x0296 ;subroutine in 2K ROM
disk_read equ 0x029C ;subroutine in 2K ROM
cpm equ 0xFA00 ;CP/M cold start entry in BIOS
main: