Skip to content

zeropolis79/PETSCIIRobots-NES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attack of the Petscii Robots (NES)

How to build

MSYS2 was used to build the ROM on Windows. Install make with

  pacman -S make

and then call

  # ROM for NES emulator
  make 
  
  # PRG and CHR ROM for a cartridge
  make rom-bin

Tools used to process the resources of the game are prebuild for Windows.
The source code is provided but needs adjustments if you want to run it on an other system.

Resources

  • level: RAW level data from the C64
  • metatileset: RAW metatileset data from the C64 modified for the NES
  • music:
    • *.fms: FamiStudio track files
    • *.asm: Exported by FamiStudio and modified to fit into the ROM
  • screen: Nametable screens, can be edited with Tiled
  • tileset: can be edited as a normal PNG (has to be 256x256 and use only 4 shades of grey)