Hi Everyone
Posted: Fri Aug 04, 2023 4:31 pm
Ive been writing Emulators as a little hobby of mine. I use BlitzMaxNG which is very fast and capable.
Ive just made a ZX81 Emulator
and need to know about the .p File format.
I can't find anything that gives a break down of the file like loading registers where the program is loaded to and how to access its start address.
Oh you can see my emulators over at https://www.syntaxbomb.com/showcase/zx8 ... ying-ball/
My ZX81 is showing a blank Screen currently but i've moved on a bit from there recently! I need to make a new VIDEO but dont want too untill i have .p Files loading in!
I found the Screen very tricky to do because it is constantly moving around as you type in your Basic Program. Which ive sorted now by finding where the DFILE is and if it's changed from the last Valid DFILE i recalculate where the screen address are again which seems to be working a treet!
Kind Regards Baggey
Ive just made a ZX81 Emulator

I can't find anything that gives a break down of the file like loading registers where the program is loaded to and how to access its start address.
Oh you can see my emulators over at https://www.syntaxbomb.com/showcase/zx8 ... ying-ball/
My ZX81 is showing a blank Screen currently but i've moved on a bit from there recently! I need to make a new VIDEO but dont want too untill i have .p Files loading in!
I found the Screen very tricky to do because it is constantly moving around as you type in your Basic Program. Which ive sorted now by finding where the DFILE is and if it's changed from the last Valid DFILE i recalculate where the screen address are again which seems to be working a treet!

Kind Regards Baggey