this post was submitted on 25 Aug 2023
86 points (90.6% liked)
Fake History Porn
4398 readers
1 users here now
Welcome to /c/[email protected] , where fake history is made. Find a historically significant photo, come up with a fake history title, post it, laugh.
The name is a reference to the fact that the pictures should be worth marveling at. This is NOT a place for hardcore pornography. Tasteful nudity is fine as long as it fits within the context of the post (please mark it as NSFW).
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I only have 3 graphing calculators and only paid $50 for them (the CASIO is borrowed and the TI-83+ was donated to me with a broken screen cable, and later I resold the TI-84+ for $40 so just $10 in total) but it took me a week to make this back in June 2020. Consider the procedure (the one I took, other are possible):
96x64
or128x64
), adjust brightness/contrast.0=white
,1=red
,2=blue
,3=dark green
(out of the 16-color DOS pallette).MENU→E
to adjust the contrast on the calculator (lower for all colors to get skin tone optimised sepia).MENU→5
(GRAPH
),SHIFT→MENU
(SETUP
), disable axes & coordinates.MENU→1
(RUN
),SHIFT→F4→F1
(Cls
),EXE
,OPTN→F6→F6→F2→F2
(RclPic
),[image number]
,EXE
0x
byte prefixes and,
separators.SETSRC
andSETPIC
to the Cemetech online editor.512
to768
bytes (fullscreen) and offset to 0 (top of screen).Pic4A
andPic4B
variables,MSBitplane
first,LSBitplane
second. Rename them accordingly - both inSETPIC
andSETSRC
of course.getKey(0)
function to wait for a key press. Add the new images as variables inSETPIC
.SETSRC
,SETPIC
andGRAYLIB
to the calculator's archive.SETSRC
.ON
at the right time helps) until the game actually starts and the splashscreens are displayed sequentially. The rest of the game may be broken as the "full circle" card graphics are invisible, but we're doing it for the splashscreen anyway.