NES Cartridge – BLANK
A blank cartridge to write your own program on! Used in my 16 Bit NES Computer. Flick the switch at the back to reveal the cartridge ROM and paint your program in white onto it.
Note that the front top line in the direction of the arrow is address 0 so code will start executing from there and on the underside the front line under address 0 is 32.
To program you can either use the table on my NES computer workshop entry to manually paint it or use its own assembly language on an emulator i made in python for it (https://github.com/Aydan314/ScrapMechanicNESemulator)