P-Touch fun
Wednesday, March 27, 2019
Some Ubuntu resume weirdness, lose mouse, sound
›
For some reason, I keep losing my mouse on resume. I can unplug it from the top of my keyboard and then plug it in and it will come back....
Tuesday, January 29, 2019
Stellar 7 text font at 0x7900
›
I found the text font at 0x7900. It goes from character 32 (space) to 127. 126 and 127 are tiny flag symbols. and we can write some lua...
Monday, January 28, 2019
More COS routine multiply analysis.
›
Binary math really melts my brain. I'm not really designed to function in binary so I've been trying to figure out how the multiply...
Friday, January 25, 2019
Cos and Sin multiplication routine at 0xD00.
›
So let's disassemble Stellar 7's cos and sin multiplication routine and write it to a file with the dasm command. dasm d00_multip...
1 comment:
Thursday, January 24, 2019
Comparing the cosine table to math.cos
›
Let's see how closely Stellar 7's cosine table compares to math.cos(). cpu = manager:machine().devices[":maincpu"];me...
Wednesday, January 23, 2019
Finding Stellar 7's cos table
›
I really love the mame debugger. I've got a new project: to figure out how Stellar 7's code works. It's such a genius game, I ...
Saturday, January 12, 2019
Stellar 7 cheats
›
Apple 2 version 81fc = shield b@81fc=92 max shield (don't go above 92 or will overwrite the boundary) 81fe = fuel b@81fe = 92...
‹
›
Home
View web version