Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ temper Public
forked from gameblabla/temper

Temper [Turbo graphics EMulator PEr Request] - a NEX/PC-Engine (CD and SuperGrafx) emulator with ARM optimization [downstream]

License

Notifications You must be signed in to change notification settings

Apaczer/temper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Temper - NEX/PC-Engine (CD and SuperGrafx) emulator

This is a downstream fork of Temper an emu from gp2x aimed here at MiyooCFW (with SDL frontend)

BIOS

The emulator will recognize BIOSes by placing them in /$HOME/.temper/syscards/

Native build (linux):

  • compile & build
make -j$(nproc) -C SDL/
  • run binary from PWD
./SDL/temper

Cross-Compile build (MiyooCFW):

It is recommended to use latest toolchain (gcc-9.4.0)

  • compile binary (e.g. via docker):
make -C SDL/ -f Makefile.miyoo

for more optimization add FAST_BUILD=1 flag to make

  • generate IPK package:
gm2xpkg -i -c -q -f miyoo/pkg.cfg

About

Temper [Turbo graphics EMulator PEr Request] - a NEX/PC-Engine (CD and SuperGrafx) emulator with ARM optimization [downstream]

Resources

License

Stars

Watchers

Forks

Languages

  • C 75.9%
  • Assembly 17.6%
  • Objective-C 4.3%
  • Makefile 2.0%
  • Shell 0.2%