Skip to content

Commit cba2857

Browse files
authored
Merge pull request #14 from FPGAArcade/cleanup
Cleanup work for 01.07
2 parents 0284fbc + 9a5ee2b commit cba2857

File tree

6 files changed

+5
-2
lines changed

6 files changed

+5
-2
lines changed

replay.rom

0 Bytes
Binary file not shown.

rtg/Replay.card

456 Bytes
Binary file not shown.

rtg/replay_rtg_driver_1.24.zip

-2.31 KB
Binary file not shown.

rtg/replay_rtg_driver_2.0.zip

2.67 KB
Binary file not shown.

usb/addconfig.s

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
VERSION = 1
3535
REVISION= 0
3636

37-
VERSTRING dc.b 'usb_eth.autoconfig 1.0 (16.9.2018) ZorroIII config for Replay USB/Ethernet Card',13,10,0
37+
VERSTRING dc.b 'usb_eth.autoconfig 1.1 (15.3.2022) ZorroIII config for Replay USB/Ethernet Card',13,10,0
3838
even
3939

4040
romtag: dc.w RTC_MATCHWORD
@@ -53,8 +53,11 @@ name: dc.b 'usb_eth.autoconfig',0
5353

5454
S:
5555
kprintf "INIT: %s",#VERSTRING
56+
; $4000.0000 (USB/ETH base) + $0010.0000 (MACH_USBREGS) + $0304 (ISP_CHIPID)
57+
cmp.l #$00011761,$40100304 ; $0001.1761 == Valid Chip ID
58+
bne.b .exit
5659
bsr.b AddBoardConfig
57-
moveq.l #0,d0
60+
.exit moveq.l #0,d0
5861
rts
5962

6063
AddBoardConfig:

usb/usb_eth.autoconfig

12 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)