Skip to content

Commit 620ee33

Browse files
committed
QD: Fix debug logging of interface mode (Roland vs not-Roland).
Refs #583
1 parent 3211670 commit 620ee33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quickdisk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ void floppy_init(void)
121121
floppy_set_fintf_mode();
122122

123123
printk("Interface: QuickDisk, JC=%s\n",
124-
board_jc_strapped() ? "On (Roland)" : "Off");
124+
qd_roland_mode() ? "On (Roland)" : "Off");
125125

126126
board_floppy_init();
127127

0 commit comments

Comments
 (0)