-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
780c3d9
commit fb01a90
Showing
7 changed files
with
1,961 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Miracle - a Javascript Sega Master System emulator | ||
-------------------------------------------------- | ||
|
||
TODO RE-DOCUMENT AND TEST | ||
|
||
Requires `make`, `perl` and `python` to build. Place ROMs in the `roms` directory as | ||
Requires `make`, `perl` and `python` to build. Place ROMs in the `public/roms` directory as | ||
`romname.sms` and then run `make` to build the emulation script files and the ROM data. | ||
|
||
To run locally run `npm run dev` and then go to http://localhost:5173. | ||
|
||
z80 emulation and test are based on rev 1071 of http://svn.matt.west.co.tt/svn/jsspec/trunk | ||
|
||
Miracle can be taken for a spin at https://miracle.xania.org/ |
Oops, something went wrong.