diff options
Diffstat (limited to 'Emu8000.cpp')
-rw-r--r-- | Emu8000.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emu8000.cpp b/Emu8000.cpp index 4e3fd01..8cf471b 100644 --- a/Emu8000.cpp +++ b/Emu8000.cpp @@ -84,7 +84,7 @@ typedef PCMOutWin PCMOutBackend; #define EMU_DEFAULT_SAMPLE_RATE 44100 /* Hz */ #define EMU_NUM_CHANNELS 2 -#define EMU_DEFAULT_ONBOARD_RAM 0x7000U /* KiB */ +#define EMU_DEFAULT_ONBOARD_RAM (8 * 1024) /* KiB */ enum { EMU_PORT_DATA0 = 0, |