From e444c7c03936c31a145a57017d19d9f24f980ac7 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Fri, 7 May 2021 00:10:31 -0400 Subject: [PATCH] Default to 2x speed in mame --- Makefile | 2 +- Makefile.merlin | 2 +- make/head.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 3e480d0..e26331a 100644 --- a/Makefile +++ b/Makefile @@ -142,7 +142,7 @@ COPYBOOTDIRS= # By default, the build uses these arguments with mame: # apple2gs -skip_gameinfo -mouse -window -resolution 1408x1056 -ramsize 4M -sl7 cffa202 # 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 # resolution. This setting is used to define which horizontal diff --git a/Makefile.merlin b/Makefile.merlin index 4bfba0c..22ef21f 100644 --- a/Makefile.merlin +++ b/Makefile.merlin @@ -127,7 +127,7 @@ COPYBOOTDIRS= # By default, the build uses these arguments with mame: # apple2gs -skip_gameinfo -mouse -window -resolution 1408x1056 -ramsize 4M -sl7 cffa202 # 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 # resolution. This setting is used to define which horizontal diff --git a/make/head.mk b/make/head.mk index b5ca0be..b176c59 100644 --- a/make/head.mk +++ b/make/head.mk @@ -77,7 +77,7 @@ GSPORT=/Applications/GSport/GSport.app/Contents/MacOS/GSport GSPORTARGS= MAME=/Applications/Ample.app/Contents/MacOS/mame64 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 GSPLUSARGS