orbea e4796c21d3 games/cen64: Use ninja. преди 5 години
..
README 7c542285e7 games/cen64: Update README преди 8 години
cen64.SlackBuild e4796c21d3 games/cen64: Use ninja. преди 5 години
cen64.info 9faa47dd85 multiple: Update e-mail. преди 5 години
slack-desc 0737c62618 games/cen64: Added (Cycle-Accurate Nintendo 64 Emulator) преди 8 години

README

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