README 746 B

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