Yes, another Nintendo 64 emulator. This one, however, aims for
perfect emulation by emulating the hardware inside of the Nintendo 64
itself, down to the register-transfer level (RTL). At the same time,
I've tried to keep things as optimized as possible in hopes that CEN64
will someday run ROMs at full speed, even on modest systems.
The file pifdata.bin will be needed to start any games and will have to
be found elsewhere.
Games can be started with:
cen64 /path/to/pifdata.bin /path/to/rom
Only z64 roms currently work with cen64. Some n64 and v64 roms can be
converted to z64 with the following command:
dd conv=swab rom.z64
32-bit builds are not supported.
To build the debugging symbols use:
DEBUG=1 ./cen64.SlackBuild