mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
13 lines
378 B
Diff
13 lines
378 B
Diff
diff --git a/src/devices/bus/msx/cart/msxdos2.cpp b/src/devices/bus/msx/cart/msxdos2.cpp
|
|
index 2dc969fe091..a41541ccd6b 100644
|
|
--- a/src/devices/bus/msx/cart/msxdos2.cpp
|
|
+++ b/src/devices/bus/msx/cart/msxdos2.cpp
|
|
@@ -39,6 +39,7 @@ protected:
|
|
|
|
void bank_w(u8 data);
|
|
|
|
+#undef PAGE_SIZE
|
|
static inline constexpr unsigned PAGE_SIZE = 0x4000;
|
|
|
|
memory_bank_creator m_rombank;
|