Updates for the tranZPUter development

This commit is contained in:
Philip Smart
2020-05-29 14:09:47 +01:00
parent 39939843f8
commit 11d996754d
3 changed files with 3 additions and 1 deletions

View File

@@ -371,4 +371,6 @@ BSS_END: .word __bss_section_end__
defapifunc clearZ80Reset funcAddr
.equ funcAddr, funcAddr+funcNext;
defapifunc loadTranZPUterDefaultROMS funcAddr
.equ funcAddr, funcAddr+funcNext;
defapifunc convertSharpFilename funcAddr
.end

View File

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

View File

@@ -253,7 +253,6 @@ void tranZPUterControl(void)
//
if(isZ80Reset())
{
printf("Doing a reset load\n");
// Reload the memory on the tranZPUter to boot default.
loadTranZPUterDefaultROMS();