Updates for the tranZPUter development

This commit is contained in:
Philip Smart
2020-05-29 23:38:40 +01:00
parent 11d996754d
commit 4e1f35f813
12 changed files with 26 additions and 5 deletions

View File

@@ -372,5 +372,5 @@ BSS_END: .word __bss_section_end__
.equ funcAddr, funcAddr+funcNext;
defapifunc loadTranZPUterDefaultROMS funcAddr
.equ funcAddr, funcAddr+funcNext;
defapifunc convertSharpFilename funcAddr
defapifunc convertSharpFilenameToAscii funcAddr
.end

View File

@@ -1021,7 +1021,7 @@ void _ZPUTA_Vectors(void)
__asm__ volatile ("b getZ80IO");
__asm__ volatile ("b clearZ80Reset");
__asm__ volatile ("b loadTranZPUterDefaultROMS");
__asm__ volatile ("b convertSharpFilename");
__asm__ volatile ("b convertSharpFilenameToAscii");
#endif
}