PDA

View Full Version : Is there an emulator Atari 7800 for Ubntu ?



honeybear
March 13th, 2011, 06:27 PM
There is all emulators, but I cannot find one for Atari 7800.

Regards

honeybear
March 13th, 2011, 06:37 PM
I found some sources, but it is only for Windows. Could someone code it to linux or code something equivalent ?

https://home.comcast.net/~gscottstanton/

PSP has this one: http://zx81.zx81.free.fr/public/caanoo/a7800/caanoo-a7800-v1.1.0-src.zip
can you make it work for ubuntu please?

mips
March 13th, 2011, 07:13 PM
MESS (http://www.mess.org/) Linux/Mac uses SDLMESS http://rbelmont.mameworld.info/?page_id=163
http://mess.redump.net/supported_systems

ProSystem port to SDL http://www.atariage.com/forums/topic/99280-prosystem-source-code-now-available/page__st__25__p__1218398#entry1218398

honeybear
March 13th, 2011, 07:42 PM
MESS (http://www.mess.org/) Linux/Mac uses SDLMESS http://rbelmont.mameworld.info/?page_id=163
http://mess.redump.net/supported_systems

thank you
wow prosystem exists really for LINUX!! That s cool because it is the very best emu of 7800!

however I am not capable to compile. Does someone would have a deb for ubuntu for that sdl prosystem emulator?


ProSystem port to SDL http://www.atariage.com/forums/topic/99280-prosystem-source-code-now-available/page__st__25__p__1218398#entry1218398

minizip/ioapi.c:102: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘fwrite_file_func’
minizip/ioapi.c:104: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘stream’
minizip/ioapi.c:105: error: conflicting types for ‘buf’
minizip/ioapi.c:93: note: previous declaration of ‘buf’ was here
minizip/ioapi.c:106: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘size’
minizip/ioapi.c:107: error: expected identifier or ‘(’ before ‘{’ token
minizip/ioapi.c: In function ‘ftell_file_func’:
minizip/ioapi.c:114: error: expected declaration specifiers before ‘voidpf’
minizip/ioapi.c:115: error: expected declaration specifiers before ‘voidpf’
minizip/ioapi.c: In function ‘fseek_file_func’:
minizip/ioapi.c:123: error: expected declaration specifiers before ‘voidpf’
minizip/ioapi.c:124: error: expected declaration specifiers before ‘voidpf’
minizip/ioapi.c:125: error: expected declaration specifiers before ‘uLong’
minizip/ioapi.c: In function ‘fclose_file_func’:
minizip/ioapi.c:149: error: expected declaration specifiers before ‘voidpf’
minizip/ioapi.c:150: error: expected declaration specifiers before ‘voidpf’
minizip/ioapi.c: In function ‘ferror_file_func’:
minizip/ioapi.c:158: error: expected declaration specifiers before ‘voidpf’
minizip/ioapi.c:159: error: expected declaration specifiers before ‘voidpf’
minizip/ioapi.c: In function ‘fill_fopen_filefunc’:
minizip/ioapi.c:167: error: expected declaration specifiers before ‘zlib_filefunc_def’
minizip/ioapi.c:169: error: invalid type argument of ‘->’ (have ‘int’)
minizip/ioapi.c:169: error: ‘fopen_file_func’ undeclared (first use in this function)
minizip/ioapi.c:169: error: (Each undeclared identifier is reported only once
minizip/ioapi.c:169: error: for each function it appears in.)
minizip/ioapi.c:170: error: invalid type argument of ‘->’ (have ‘int’)
minizip/ioapi.c:170: error: ‘fread_file_func’ undeclared (first use in this function)
minizip/ioapi.c:171: error: invalid type argument of ‘->’ (have ‘int’)
minizip/ioapi.c:171: error: ‘fwrite_file_func’ undeclared (first use in this function)
minizip/ioapi.c:172: error: invalid type argument of ‘->’ (have ‘int’)
minizip/ioapi.c:173: error: invalid type argument of ‘->’ (have ‘int’)
minizip/ioapi.c:174: error: invalid type argument of ‘->’ (have ‘int’)
minizip/ioapi.c:175: error: invalid type argument of ‘->’ (have ‘int’)
minizip/ioapi.c:176: error: invalid type argument of ‘->’ (have ‘int’)
make: *** [minizip/ioapi.o] Error 1