-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMakefile.config
46 lines (34 loc) · 920 Bytes
/
Makefile.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#CC65HOME ?=
# c64/cbm tools
PUCRUNCH ?= pucrunch
C1541 ?= c1541
PETCAT ?= petcat
# gamate tools
GFIX ?= gamate-fixcart
# apple2 tools
# this must point to the .jar file of "AppleCommander"
AC ?= ac.jar
# atari tools
DIR2ATR ?= dir2atr
################################################################################
# Emulators - You don't need these for building
################################################################################
X64SC ?= x64sc
X128 ?= x128
XVIC ?= xvic
XPLUS4 ?= xplus4
XPET ?= xpet
XCBM5 ?= xcbm5x0
XCBM6 ?= xcbm2
ATARI8EMU ?= atari800 -atari -windowed -run
ATARI8XLEMU ?= atari800 -xl -windowed -run
#NESEMU ?= InfoNES
#NESEMU ?= fceu -pal
#NESEMU ?= fceux
NESEMU ?= mednafen -force_module nes
#PCEEMU ?= xvpce
#PCEEMU ?= xyame -f 0
PCEEMU ?= mednafen -force_module pce
#APPLE2EMU ?= linapple --autoboot --d1
#APPLE2EMU ?= wine Applewin.exe -d1
APPLE2EMU ?= Applewin -d1