ct6502 / apple2ts

Apple II Emulator in TypeScript
Creative Commons Attribution Share Alike 4.0 International
62 stars 10 forks source link

Imagewriter updates #20

Closed code-bythepound closed 1 year ago

code-bythepound commented 1 year ago

Hopefully fix font scaling Force 72dpi vertically for now, darkening everything on the page Change printer ribbon colors based on a color scan of actual ImageWriter II output. Note that color combination does not follow CMYK (subtractive) colors but RGB (additive) colors - will work on that at a later date. Remove PRINTING text and change printer 'data' color to green. Try to fix cursor '?' image - halfway there.