nexus-am/apps/litenes
Yanyan Jiang f0c4f05bf5 fceux,litenes: fix makefile to work on fresh build 2020-02-12 20:34:48 +08:00
..
include libs,klib,macros: define bool/true/false for C files 2020-02-07 17:23:16 +08:00
src convert text files to unix format and remove trailing whitespace 2020-02-05 22:19:56 +08:00
Makefile fceux,litenes: fix makefile to work on fresh build 2020-02-12 20:34:48 +08:00
README.md apps: add the unoptimized litenes 2020-02-05 16:03:51 +08:00

README.md

LiteNES

Nintendo Entertainment System模拟器。故意做了一些错误的实现以提高性能所以部分图形显示不正确

内置Super Mario Bros游戏ROM (mario.c)。

操作方式:

  • U — SELECT
  • I — START
  • J — A键
  • K — B键
  • W/S/A/D — UP/DOWN/LEFT/RIGHT

需要正确的IOE (绘图、定时)。