Share

Gens

Code

Programming Languages: C++, Assembly

License: GNU General Public License (GPL)

Repositories

browse code, statistics cvs -d:pserver:anonymous@gens.cvs.sourceforge.net:/cvsroot/gens login

cvs -z3 -d:pserver:anonymous@gens.cvs.sourceforge.net:/cvsroot/gens co -P modulename

Show:

What's happening?

  • Genesis RAM hack to 2megabyte?

    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...

    2009-10-12 20:41:33 UTC by nobody

  • Comment: symbol lookup error: /usr/local/lib/libgio-2.0.so.0

    But now i falled back to glib-2.18.4 and all works! May be it's glib bug?.

    2009-09-21 19:35:31 UTC by philin

  • symbol lookup error: /usr/local/lib/libgio-2.0.so.0

    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.

    2009-09-21 19:09:28 UTC by nobody

Our Numbers