From 6c831a0d5189d48f358c1eb7ef708188909ecb94 Mon Sep 17 00:00:00 2001 From: 4am Date: Mon, 13 Nov 2023 13:11:19 -0500 Subject: [PATCH] add links to Ample and MAME --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6187745..14f6cdd 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ $ cd 4sports/ $ make ``` -If all goes well, the `build/` subdirectory will contain a `4sports.hdv` image which can be mounted in emulators like [OpenEmulator](https://archive.org/details/OpenEmulatorSnapshots) or [Virtual II](http://virtualii.com/). +If all goes well, the `build/` subdirectory will contain a `4sports.hdv` image which can be mounted in emulators like [OpenEmulator](https://archive.org/details/OpenEmulatorSnapshots), [Ample](https://github.com/ksherlock/ample), or [Virtual II](http://virtualii.com/). If all does not go well, try doing a clean build (`make clean dsk`) @@ -85,7 +85,7 @@ $ cd 4sports/ $ make ``` -If all goes well, the `build/` subdirectory will contain a `4sports.hdv` image which can be mounted in emulators like [OpenEmulator](https://archive.org/details/OpenEmulatorSnapshots) or [Virtual II](http://virtualii.com/). +If all goes well, the `build/` subdirectory will contain a `4sports.hdv` image which can be mounted in emulators like [MAME](http://www.mamedev.org). If all does not go well, try doing a clean build (`make clean dsk`) @@ -93,7 +93,6 @@ If that fails, perhaps you have out-of-date versions of one of the required tool If that fails, please [file a bug](https://github.com/a2-4am/4sports/issues/new). - # Navigating the code ## Initialization