lower wait time

This commit is contained in:
S0urceror
2020-12-23 21:01:37 +01:00
parent 22525e6668
commit 2eb56fa2db
11 changed files with 10 additions and 10 deletions

Binary file not shown.

View File

@@ -50,7 +50,7 @@
:18EA9800DB89FE8020FACD2BEA3E00D3890E0421D8FB0680DB89FEE020
:18EAB00020FADB8877230520F30D20EEE1C1F1AF32D2FBC9F5C5E5DB80
:18EAC80089FE8020FACD2BEA3E01D3890E0421D8FB0680DB89FEA020EA
:18EAE000FAC5066410FEC17ED388230520ED0D20E8E1C1F1AF32D2FBC2
:18EAE000FAC5063210FEC17ED388230520ED0D20E8E1C1F1AF32D2FBF4
:15EAF800C9E3F5C57EFE0028074FCD96E82318F423C1F1E3C9AE
:04FB9D000000000064
:15FDD8003E01D338F1FE0128043E0118023E00320300C300E63B

View File

@@ -6,7 +6,7 @@
:185078008CCDA7503AE6503C32E650FE2020E7190520D6CDD5500D0A7A
:18509000466F726D617474696E6720636F6D706C6574650D0A00C9F59F
:1850A800C5E5DB89FE8020FA3E01D3890E0421E8500680DB89FEA0209C
:1850C000FAC5066410FEC17ED388230520ED0D20E5E1C1F1C9E3F5C5C7
:1850C000FAC5063210FEC17ED388230520ED0D20E5E1C1F1C9E3F5C5F9
:1850D8007EFE002804CF2318F723C1F1E3C90000E520202020202020D1
:1850F00020202020000000000000000000000000000000000000000028
:18510800E520202020202020202020200000000000000000000000004A

View File

@@ -5,6 +5,6 @@
:1850600053797374656D207472616E7366657220636F6D706C657465B5
:185078000D0A00C93ACD50D38C3ACC50D38B3ACB50D38AC9F5C5E5DBE1
:1850900089FE8020FACD7C503E01D3890E040680DB89FEA020FAC50634
:1850A8006410FEC17ED388230520ED0D20E8E1C1F1C9E3F5C57EFE0025
:1850A8003210FEC17ED388230520ED0D20E8E1C1F1C9E3F5C57EFE0057
:1150C0002804CF2318F723C1F1E3C900000000000031
:00000001FF

View File

@@ -803,7 +803,7 @@
0784 EAE1 ; with MISTer virtual SD interface sys/sd_card.sv
0785 EAE1 ; which results in hangs or write errors.
0786 EAE1 C5 push bc
0787 EAE2 06 64 ld b,100
0787 EAE2 06 32 ld b,50
0788 EAE4 _again:
0789 EAE4 10 FE djnz _again
0790 EAE6 C1 pop bc

View File

@@ -155,7 +155,7 @@
0153 50C1 ; with MISTer virtual SD interface sys/sd_card.sv
0154 50C1 ; which results in hangs or write errors.
0155 50C1 C5 push bc
0156 50C2 06 64 ld b,100
0156 50C2 06 32 ld b,50
0157 50C4 _again:
0158 50C4 10 FE djnz _again
0159 50C6 C1 pop bc

View File

@@ -112,7 +112,7 @@
0110 50A6 ; with MISTer virtual SD interface sys/sd_card.sv
0111 50A6 ; which results in hangs or write errors.
0112 50A6 C5 push bc
0113 50A7 06 64 ld b,100
0113 50A7 06 32 ld b,50
0114 50A9 _again:
0115 50A9 10 FE djnz _again
0116 50AB C1 pop bc

View File

@@ -784,7 +784,7 @@ wrWait2: IN A,(SD_STATUS)
; with MISTer virtual SD interface sys/sd_card.sv
; which results in hangs or write errors.
push bc
ld b,100
ld b,50
_again:
djnz _again
pop bc

View File

@@ -153,7 +153,7 @@ wrWait2: IN A,(SD_STATUS)
; with MISTer virtual SD interface sys/sd_card.sv
; which results in hangs or write errors.
push bc
ld b,100
ld b,50
_again:
djnz _again
pop bc

View File

@@ -110,7 +110,7 @@ wrWait2: IN A,(SD_STATUS)
; with MISTer virtual SD interface sys/sd_card.sv
; which results in hangs or write errors.
push bc
ld b,100
ld b,50
_again:
djnz _again
pop bc

View File

@@ -1 +1 @@
`define BUILD_DATE "201221"
`define BUILD_DATE "201223"