Miro Kropacek
9bd91b4131
BACKENDS: ATARI: Remove atari_debug
2026-04-20 01:47:37 +02:00
Miro Kropacek
10665fb723
BACKENDS: ATARI: Use DISABLE_TEXT_CONSOLE for release builds
...
This shaves off a good 800 KB from all the engines. However, do keep
local atari debug messages for diagnostic purposes.
Also, use natfeats for debug output when possible else the classic
stdout/stderr (not both as before).
2024-11-21 11:31:25 +01:00
Thorsten Otto
4c98561eec
BACKENDS: ATARI: Move timer interrupt to ossystem_atari.cpp
2024-07-15 19:42:51 +02:00
Miro Kropacek
3e85aa3f4b
BACKENDS: ATARI: Provide dlmalloc locally
...
It's much cleaner and easier to use than to depend on an unofficial mintlib fork...
Plus we are going to use its MSPACES feature anyway.
2024-01-28 21:59:13 +01:00
Miro Kropacek
4e4aea1463
BACKENDS: ATARI: Don't call clock() and usleep()
...
Avoiding overhead when accessing system functions / variables.
2023-04-03 20:19:04 +02:00
Miro Kropacek
276cf354bf
BACKENDS: ATARI: Separate AtariEventSource from OSystem_Atari
2023-03-04 23:38:42 +01:00
Miro Kropacek
4d21a496d2
BACKENDS: ATARI: Add new backend (graphics, mixer, platform)
...
Compile as:
./configure --backend=atari --host=m68k-atari-mint --enable-release --disable-mt32emu --disable-lua --disable-nuked-opl --disable-16bit --disable-scalers --disable-translation --disable-eventrecorder --disable-tts --disable-bink --opengl-mode=none --enable-verbose-build --prefix=/usr --bindir=/ --datarootdir=share --datadir=data && make -j 16 && m68k-atari-mint-flags -S -r ./scummvm && make install DESTDIR=$PWD/_release/ && mv $PWD/_release/scummvm $PWD/_release/scummvm.ttp
2023-03-04 23:38:42 +01:00