felipesanches / AnotherWorld_FPGA

FPGA implementation of the AnotherWorld CPU (equivalent to the original VM)
Other
17 stars 4 forks source link

Demo ROM for this project? #2

Open janrinze opened 7 months ago

janrinze commented 7 months ago

Hi there,

It is clear that we need ROMs to make this work. However not having anything remotely to an Another World resources it might be interesting to have some 'homebrew' ROM to demonstrate the working of the FPGA. When doing 'make' the error:

hdl/anotherworld_cpu.v:190: ERROR: Can not open file `ROMs/palettes.mem` for \$readmemh.

is somewhat discouraging. Having something very simple and default ROMs would facilitate a simple test build.

Best regards, Jan Rinze.