• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

GP2X_Wiz/H08-Feb-2019-3728

READMEH A D08-Feb-20192.1 KiB5844

n810.cfgH A D08-Feb-20193.6 KiB201180

win-ce.cfgH A D08-Feb-2019830 5345

wiz.cfgH A D08-Feb-20193.5 KiB201180

README

1
2Hatari on constrained devices
3-----------------------------
4
5In this directory are Hatari configurations files for mobile etc
6devices on which the builtin Hatari defaults aren't appropriate.
7Just copy suitable config file to the device /etc/ directory as
8'hatari.cfg'.
9
10Below are some comments about the configuration files. Some comments
11about suitable compiler options for these platforms can be found from
12the Hatari v1.4 default Makefile (which is now replaced with CMake):
13http://hg.tuxfamily.org/mercurialroot/hatari/hatari/file/dabb65b541c9/Makefile-default.cnf
14
15Hatari v1.5 gets screen size automatically, so setting that shouldn't
16anymore be necessary, but shouldn't harm either.
17
18If these configuration settings don't provide sufficient performance,
19use of an earlier Hatari version such as v0.95 (or even earlier)
20should be considered. Their emulation wasn't as accurate as in latest
21Hatari versions and therefore they're somewhat faster.
22
23
24n810.cfg
25--------
26
27Configuration file for the Nokia 770/N800/N810 TI Omap2/ARMv6 based devices:
28- Shortcut keys adapted for the device keys:
29  - Menu, Increase, Decrease, Fullscreen, Joystick keyemu fire
30- Max Hatari screen size set to device screen size
31- Options that are more suitable for the device performance:
32  - Non-compatible, but faster CPU mode (works fine with most things)
33  - No Falcon DSP emulation
34  - High spec512 threshold
35  - Automatic frameskip
36- Sensible default paths even for things that don't yet exist (to minimize
37  typing when they're enabled as N770 & N800 don't have a keyboard and N810
38  keyboard is very small so typing is quite awkward)
39
40For more information on these devices, see e.g:
41	http://en.wikipedia.org/wiki/Nokia_N800
42
43
44win-ce.cfg
45----------
46
47Configuration file for Windows Mobile based devices:
48- Start in fullscreen mode
49- Smaller border values / screen size limited to 320x240 resolution
50- Options that are more suitable for the device performance:
51  - Non-compatible (but faster) CPU mode
52  - Frameskip enabled
53  - High spec512 threshold
54  - 11kHz sound
55
56For more information on Windows CE and device based on it, see:
57	http://en.wikipedia.org/wiki/Windowsce
58