diff --git a/Listener.xcodeproj/project.pbxproj b/Listener.xcodeproj/project.pbxproj index fc69314..9e8453f 100644 --- a/Listener.xcodeproj/project.pbxproj +++ b/Listener.xcodeproj/project.pbxproj @@ -73,6 +73,7 @@ 9D5155C126A1ED510075EBC7 /* tar */ = {isa = PBXFileReference; lastKnownFileType = file; path = tar; sourceTree = ""; }; 9D5155C326A1ED510075EBC7 /* tail.mk */ = {isa = PBXFileReference; lastKnownFileType = text; path = tail.mk; sourceTree = ""; }; 9D5155C626A1ED510075EBC7 /* Listener.xcscheme */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = Listener.xcscheme; path = ../../Listener.xcodeproj/xcshareddata/xcschemes/Listener.xcscheme; sourceTree = ""; }; + 9D5155DD26A1EDA60075EBC7 /* system601_net.2mg */ = {isa = PBXFileReference; lastKnownFileType = file; path = system601_net.2mg; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -130,6 +131,7 @@ 9D5155B926A1ED510075EBC7 /* orca-cc */, 9D5155BB26A1ED510075EBC7 /* orca-rez */, 9D5155BD26A1ED510075EBC7 /* system601.2mg */, + 9D5155DD26A1EDA60075EBC7 /* system601_net.2mg */, 9D5155BF26A1ED510075EBC7 /* empty.2mg */, 9D5155C126A1ED510075EBC7 /* tar */, 9D5155C326A1ED510075EBC7 /* tail.mk */, diff --git a/Listener/Makefile b/Listener/Makefile index b7f4c90..6e4a660 100644 --- a/Listener/Makefile +++ b/Listener/Makefile @@ -34,7 +34,7 @@ TARGETTYPE=nda # here: # # EMULATOR=gsplus -# EMULATOR=mame +EMULATOR=mame # EMULATOR=gsport # By default, the build provides a single boot environment to test with. @@ -42,7 +42,7 @@ TARGETTYPE=nda # variable to change what boot disk you want to use when you launch the # emulator. The disk image you specify must be found in the make directory: # -# BOOTIMAGE=system601.2mg +BOOTIMAGE=system601_net.2mg # Add any other directories where you are putting C or assembly source # files to this list: @@ -149,7 +149,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 -speed 2 -mouse -window -resolution 1408x1056 -ramsize 4M -sl7 cffa202 +MAMEARGS=apple2gs -skip_gameinfo -speed 3 -mouse -window -resolution 1408x1056 -ramsize 4M -sl3 uthernet -sl7 cffa2 # For a desktop application, it can operate in 640x200 or 320x200 # resolution. This setting is used to define which horizontal diff --git a/Listener/make/system601_net.2mg b/Listener/make/system601_net.2mg new file mode 100644 index 0000000..ad7867b Binary files /dev/null and b/Listener/make/system601_net.2mg differ