Email or username:

Password:

Forgot your password?
8 comments
cathos

@neauoire how does it store the text & drawing data?

Devil Lu Linvega

@cathos A .notepad file is 0x9500 bytes long, each of the 8 pages is 0x1000 bytes long, and the drawing(18 x 1c) is 1500 bytes long.

cathos

@neauoire oh! So the file is a set size, 8 pages and 1 drawing?

Devil Lu Linvega

@cathos yup, it's modeled over the original mac application that only had 8 pages.

wakest ⁂

@neauoire is there a downloadable rom for Note Pad already? I wanna play with it! (:

Devil Lu Linvega

@liaizon I don't have a rom hosted anywhere, but you can assemble these two files and get the rom :)
git.sr.ht/~rabbits/uxn-utils/t

Go Up