nexus-am/apps/litenes_opt/README.md

16 lines
334 B
Markdown
Raw Normal View History

2017-04-19 23:41:07 +08:00
# LiteNES
2017-05-22 02:23:43 +08:00
Nintendo Entertainment System模拟器。故意做了一些错误的实现以提高性能所以部分图形显示不正确
2017-04-22 18:39:38 +08:00
内置Super Mario Bros游戏ROM (mario.c)。
操作方式:
2017-04-22 18:39:38 +08:00
2020-02-05 15:36:49 +08:00
* U — SELECT
* I — START
* J — A键
* K — B键
* W/S/A/D — UP/DOWN/LEFT/RIGHT
2017-05-27 00:54:26 +08:00
2020-02-05 15:36:49 +08:00
需要正确的IOE (绘图、定时)。