nexus-am/apps/litenes
yzh e4143da96e apps,litenew,ppu: split 64-bit shift into 32-bit shift to avoid double shift instructions in x86 2017-07-29 10:46:48 +08:00
..
include reduce screen update to 1/3 2017-07-28 11:46:08 -04:00
src apps,litenew,ppu: split 64-bit shift into 32-bit shift to avoid double shift instructions in x86 2017-07-29 10:46:48 +08:00
Makefile new makefile works 2017-05-21 11:48:42 -04:00
README.md update docs 2017-05-27 00:54:26 +08:00

README.md

LiteNES

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

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

操作方式:

  • T — SELECT
  • Y — START
  • G — A键
  • H — B键
  • W/S/A/D — UP/DOWN/LEFT/RIGHT

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