https://github.com/biged/jsmsx
MSX Emulator in Javascript by Marcus Granado
https://github.com/biged/jsmsx
Last synced: about 1 year ago
JSON representation
MSX Emulator in Javascript by Marcus Granado
- Host: GitHub
- URL: https://github.com/biged/jsmsx
- Owner: BigEd
- Created: 2020-05-26T13:14:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T13:24:21.000Z (about 6 years ago)
- Last Synced: 2025-01-29T13:29:22.341Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://biged.github.io/jsMSX/jsMSX.html
- Size: 36.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
/* JSMSX - MSX Emulator in Javascript
* Copyright (c) 2006 Marcus Granado
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* version 2 as published by the Free Software Foundation.
* The full license is available at http://www.gnu.org/licenses/gpl.html
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*/
jsMSX's project home page can be found at
http://jsmsx.sourceforge.net
Please have a look at the working online demo at
http://jsmsx.sourceforge.net/#emulator
to see an example on how to use jsMSX in your html page
or Javascript environment.
----------------------------------------------
Please reports all questions and bugs to
the project forum at
http://sourceforge.net/forum/?group_id=175343
so that the developers can act upon them.
----------------------------------------------