simonowen / pacemuzx

Pac-Man emulator for Sinclair ZX Spectrum
http://simonowen.com/spectrum/pacemuzx/
26 stars 4 forks source link

Installing pasmo dependency #1

Closed petemoore closed 3 years ago

petemoore commented 3 years ago

Hi Simon,

Many thanks for creating this! When I tried to build, I needed tile2env.py which I found and installed ok. After that I hit a problem needing pasmo but wasn't quite sure where to get it from:

$ make
tile2sam.py -q --mode 1 tiles.png 6x6
tile2sam.py -q --mode 1 --tiles 76 sprites.png 12x12
pasmo --tap pacemuzx.asm pacemuzx.o pacemuzx.sym
make: pasmo: No such file or directory
make: *** [pacemuzx.o] Error 1

Looking forward to trying out pacman! :-)

Pete

petemoore commented 3 years ago

Ah, I think I found it, I should have searched first!

petemoore commented 3 years ago

Closing this based on https://github.com/simonowen/pacemuzx/pull/2#issuecomment-702170882.