Get bios calls starting to work
This commit is contained in:
@@ -45,7 +45,10 @@ irq: PLA ; Restore accumulator contents
|
||||
; ---------------------------------------------------------------------------
|
||||
; BRK detected, stop
|
||||
|
||||
break:
|
||||
break:
|
||||
pla
|
||||
plx
|
||||
jmp (bios_table,x)
|
||||
|
||||
|
||||
bios_table:
|
||||
|
||||
@@ -157,7 +157,7 @@ void SD_printBuf(uint8_t *buf)
|
||||
for(i = 0; i < SD_BLOCK_LEN; i++)
|
||||
{
|
||||
cprintf("%2x", *buf++);
|
||||
if(colCount == 19)
|
||||
if(colCount == 31)
|
||||
{
|
||||
cputs("\r\n");
|
||||
colCount = 0;
|
||||
|
||||
Reference in New Issue
Block a user