Skip to content

Commit 74f22cf

Browse files
committed
[coco] be compatible with apple2
1 parent b26ac14 commit 74f22cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/runcpm/abstraction_fujinet_apple2.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424

2525
#define HostOS 0x07 // FUJINET
2626

27+
#ifdef BUILD_COCO
28+
// This file says "apple2" right in the name so CoCo should follow apple2 convention, right?
29+
#define MAX_A2DISK_DEVICES MAX_DWDISK_DEVICES
30+
#endif
31+
2732
// using namespace std;
2833

2934
#ifdef ESP_PLATFORM // OS

0 commit comments

Comments
 (0)