; Game dat file for !ScummVM
; A way to save me having to recompile each time a new game is added
; type nos :
; 0 - SCUMM
; May be made generalised to encompass other interpreters (Sarien, FreeSCI)
;
; wimpslot is how much the frontend allocates before running the game
; it is in kilobytes

[game]
name = Monkey Island 1
year = 1991
rom = monkey
type = 0
wimpslot = 8192

[game]
name = Monkey Island 2
year = 1991
rom = monkey2
type = 0
wimpslot = 8192

[game]
name = Indiana Jones 4 and the Fate of Atlantis
year = 1991
rom = atlantis
type = 0
wimpslot = 10240

[game]
name = Day of the Tentacle
year = 1991
rom = tentacle
type = 0
wimpslot = 16384

[game]
name = Sam and Max
year = 1991
rom = samnmax
type = 0
wimpslot = 16384

[game]
name = Indiana Jones 4 and the Fate of Atlantis (Demo)
year = 1991
rom = playfate
type = 0
wimpslot = 8192

[game]
name = Day of the Tentacle (Demo)
year = 1991
rom = dottdemo
type = 0
wimpslot = 8192

[game]
name = Sam and Max (Demo)
year = 1991
rom = snmdemo
type = 0
wimpslot = 8192

