Skip to content

Commit fd751a7

Browse files
committed
[apple2] theFuji is a pointer now
1 parent 997dc3a commit fd751a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bus/iwm/iwm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,6 @@ class systemBus
353353

354354
extern systemBus SYSTEM_BUS;
355355

356-
#define IWM_ACTIVE_DISK2 ((iwmDisk2 *) theFuji.get_disk_dev(MAX_SPDISK_DEVICES + diskii_xface.iwm_active_drive() - 1))
356+
#define IWM_ACTIVE_DISK2 ((iwmDisk2 *) theFuji->get_disk_dev(MAX_SPDISK_DEVICES + diskii_xface.iwm_active_drive() - 1))
357357
#endif // guard
358358
#endif /* BUILD_APPLE */

0 commit comments

Comments
 (0)