mirror of
https://github.com/jeremysrand/md2teach.git
synced 2025-01-02 19:29:21 +00:00
Install Babelfish on the boot disk. It no longer boots in GSPlus for some reason (warning about memory and not sure why). So, will do further testing from mame I guess.
This commit is contained in:
parent
e54c22fdda
commit
f1fd4a7bd3
@ -143,7 +143,7 @@ COPYBOOTDIRS=
|
|||||||
# By default, the build uses these arguments with mame:
|
# By default, the build uses these arguments with mame:
|
||||||
# apple2gs -skip_gameinfo -mouse -window -resolution 1408x1056 -ramsize 4M -sl7 cffa202
|
# apple2gs -skip_gameinfo -mouse -window -resolution 1408x1056 -ramsize 4M -sl7 cffa202
|
||||||
# If you would like to use different arguments, specify that here.
|
# If you would like to use different arguments, specify that here.
|
||||||
# MAMEARGS=apple2gs -skip_gameinfo -mouse -window -resolution 1408x1056 -ramsize 4M -sl7 cffa202
|
# MAMEARGS=apple2gs -skip_gameinfo -speed 2 -mouse -window -resolution 1408x1056 -ramsize 4M -sl7 cffa202
|
||||||
|
|
||||||
# For a desktop application, it can operate in 640x200 or 320x200
|
# For a desktop application, it can operate in 640x200 or 320x200
|
||||||
# resolution. This setting is used to define which horizontal
|
# resolution. This setting is used to define which horizontal
|
||||||
|
@ -77,7 +77,7 @@ GSPORT=/Applications/GSport/GSport.app/Contents/MacOS/GSport
|
|||||||
GSPORTARGS=
|
GSPORTARGS=
|
||||||
MAME=/Applications/Ample.app/Contents/MacOS/mame64
|
MAME=/Applications/Ample.app/Contents/MacOS/mame64
|
||||||
MAMELIB=$(HOME)/Library/Application Support/Ample
|
MAMELIB=$(HOME)/Library/Application Support/Ample
|
||||||
MAMEARGS=apple2gs -skip_gameinfo -mouse -window -resolution 1408x1056 -ramsize 4M -sl7 cffa202
|
MAMEARGS=apple2gs -skip_gameinfo -speed 2 -mouse -window -resolution 1408x1056 -ramsize 4M -sl7 cffa202
|
||||||
|
|
||||||
export GSPLUS
|
export GSPLUS
|
||||||
export GSPLUSARGS
|
export GSPLUSARGS
|
||||||
|
Binary file not shown.
@ -34,7 +34,7 @@ TARGETTYPE=shell
|
|||||||
# here:
|
# here:
|
||||||
#
|
#
|
||||||
# EMULATOR=gsplus
|
# EMULATOR=gsplus
|
||||||
# EMULATOR=mame
|
EMULATOR=mame
|
||||||
# EMULATOR=gsport
|
# EMULATOR=gsport
|
||||||
|
|
||||||
# By default, the build provides a single boot environment to test with.
|
# By default, the build provides a single boot environment to test with.
|
||||||
@ -118,7 +118,7 @@ COPYBOOTDIRS=
|
|||||||
|
|
||||||
# By default, the build uses no arguments with GSplus. If you would like to
|
# By default, the build uses no arguments with GSplus. If you would like to
|
||||||
# use different arguments, specify that here.
|
# use different arguments, specify that here.
|
||||||
# GSPLUSARGS=
|
GSPLUSARGS=-mem 4194304
|
||||||
|
|
||||||
# By default, the build expects that you have GSport in the path:
|
# By default, the build expects that you have GSport in the path:
|
||||||
# /Applications/GSport/GSport.app/Contents/MacOS/GSport
|
# /Applications/GSport/GSport.app/Contents/MacOS/GSport
|
||||||
@ -142,7 +142,7 @@ COPYBOOTDIRS=
|
|||||||
# By default, the build uses these arguments with mame:
|
# By default, the build uses these arguments with mame:
|
||||||
# apple2gs -skip_gameinfo -mouse -window -resolution 1408x1056 -ramsize 4M -sl7 cffa202
|
# apple2gs -skip_gameinfo -mouse -window -resolution 1408x1056 -ramsize 4M -sl7 cffa202
|
||||||
# If you would like to use different arguments, specify that here.
|
# If you would like to use different arguments, specify that here.
|
||||||
# MAMEARGS=apple2gs -skip_gameinfo -mouse -window -resolution 1408x1056 -ramsize 4M -sl7 cffa202
|
MAMEARGS=apple2gs -skip_gameinfo -speed 3 -mouse -window -resolution 1408x1056 -ramsize 4M -sl7 cffa202
|
||||||
|
|
||||||
# For a desktop application, it can operate in 640x200 or 320x200
|
# For a desktop application, it can operate in 640x200 or 320x200
|
||||||
# resolution. This setting is used to define which horizontal
|
# resolution. This setting is used to define which horizontal
|
||||||
|
Loading…
Reference in New Issue
Block a user