DosBox:007 Licence to Kill

From wiki.gp2x.org

Contents

Download Game

Status

v0.65.1 - Game sound runs near to perfect via. PCSpeaker Emulation, Game play seems a little slow but is playable. For more speed but to lose sound sync the cycles in the dosbox.conf can be changed higher (900 seems to run it faster)

V0.63(bjimba) - A bit slow. Frameskip 1 or 2 makes it better. (Hold the L button and change FS with Vol-/+) Seems to randomly freeze.

dosbox.conf

[sdl]
output=surface
mapperfile=mapper.txt
[dosbox]
machine=vga
memsize=4
[cpu]
core=simple
cycles=400
[sblaster]
sbtype=none
[gus]
gus=false
[speaker]
pcspeaker=true
pcrate=22050
[dos]
xms=false
ems=false
umb=true
[autoexec]
mount C "/mnt/sd/dosbox/007licence"
C:
BOND.COM

mapper.txt

hand_shutdown "key 105 mod1" 
hand_decfskip "key 114 mod2" 
hand_incfskip "key 113 mod2" 
key_esc "key 106" 
key_y "key 113" 
key_enter "key 112" 
key_n "key 114" 
key_up "key 97" 
key_left "key 99" 
key_down "key 101" 
key_right "key 103" 
mod_1 "key 114"
mod_2 "key 107"

007licence.gpe

#! /bin/sh
DIRROOT=/mnt/sd/dosbox
DIRGAME=${DIRROOT}/007licence
cd ${DIRGAME}
${DIRROOT}/dosbox -conf ${DIRGAME}/dosbox.conf
cd /usr/gp2x
exec /usr/gp2x/gp2xmenu
Personal tools