mnaberez / lgbemu

LGB's JavaScript-based Commodore LCD emulator with minor changes

Home Page:http://commodore-lcd.lgb.hu/emulator.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Commodore LCD Emulator in JavaScript

This is Gábor Lénárt's emulator published at: http://commodore-lcd.lgb.hu/emulator.html

It has the following minor changes:

  • Fixed a crash when the W command is run in the MONITOR (bde89e9).
  • The emulator can now be run with Python's built-in webserver, which is useful for playing with the ROM code.

Run this command from the root of the git clone:

python3 -m http.server --bind 127.0.0.1 8000

Open a browser to http://127.0.0.1:8000.

About

LGB's JavaScript-based Commodore LCD emulator with minor changes

http://commodore-lcd.lgb.hu/emulator.html

License:GNU General Public License v3.0


Languages

Language:JavaScript 65.5%Language:HTML 34.5%