Plz tell how to increase RAM for SMD?
to use all 0xE00000 - 0xFFFFFF for read/write .
We tried to change:
Mem_M68k.h
extern unsigned char Ram_68k[2 * 1024 * 1024];
Mem_M68k.asm
DECL Ram_68k
resb 2 * 1024 * 1024
ALIGN32
M68K_Read_Byte_Ram0:
and ebx, 0x7FFFF
xor ebx, 1
mov al, [Ram_68k + ebx]
pop ebx
ret
ALIGN32
M68K_Read_Byte_Ram1:
and ebx...
After updating some gnome libs i have error
./gens: symbol lookup error: /usr/local/lib/libgio-2.0.so.0: undefined symbol: g_main_context_get_thread_default
after choose File->Open ROM, but others functions work well.
I tried build Gens from source but error found again.
Distr: Slackware 13.0
glib-2.21.6
gtk+-2.17.11.