X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fjerry.cpp;h=671b08afdf2741458bf359dec086d345fc45ac3b;hb=94e1e961b57f253b760298ab0bae96a7de6d20fa;hp=8603b90101756e660e48392c8e88b53e729df66c;hpb=f95620384355f3db89f779e1e7be59260ecfc6ff;p=virtualjaguar diff --git a/src/jerry.cpp b/src/jerry.cpp index 8603b90..671b08a 100644 --- a/src/jerry.cpp +++ b/src/jerry.cpp @@ -163,6 +163,7 @@ #include "jaguar.h" #include "joystick.h" #include "log.h" +//#include "memory.h" #include "wavetable.h" //Note that 44100 Hz requires samples every 22.675737 usec. @@ -428,7 +429,7 @@ void JERRYInit(void) //This should be handled with the cart initialization... // eeprom_init(); // memory_malloc_secure((void **)&jerry_ram_8, 0x10000, "JERRY RAM/ROM"); - memcpy(&jerry_ram_8[0xD000], wave_table, 0x1000); + memcpy(&jerry_ram_8[0xD000], waveTableROM, 0x1000); JERRYPIT1Prescaler = 0xFFFF; JERRYPIT2Prescaler = 0xFFFF;