enabled SD card routines in bas again.

SD card detection seems to work.
This commit is contained in:
Markus Fröschle
2012-11-15 20:54:56 +00:00
parent 558581e751
commit 7248d85904
3 changed files with 8 additions and 9 deletions

View File

@@ -378,15 +378,15 @@ sd_8M:
sd_ok:
move.l #LONGASC(' ', 'O', 'K', '!'),(a6)
move.l #0x0a0d,(a6)
halt
halt
//halt
//halt
rts
// subs ende -------------------------------
sd_V1:
move.l #LONGASC('n', 'o', 'n', '!'),(a6)
move.l #0x0a0d,(a6)
halt
halt
//halt
//halt
rts
sd_error:
move.l #LONGASC('E', 'r', 'r', 'o'),(a0)