Search results
Enabling turbo mode in Assembly on Panasonic 2+/Turbo R machines
Score: 175.19 %,
Type: Forum topic , Comments: 22 comments
; &H2D = BIOS_HWVER
; IF PEEK(&H2D)=2 THEN OUT 64,8:IF INP(64)=247 THEN OUT 65,0
; ...
ret nz
; OUT 65,0
xor a
out (65), a
.eternalLoop: ; debug
jp ... bios call 0x0180 for that.
Your code looks almost Your code looks almost identical to the one ...
MRC number of users and stats/demographics
Score: 172.66 %,
Type: Forum topic , Comments: 0 comments
I have been imagining how many MRC users exist. By searching * on the users search tool, I found more than 5,200.
But how many of these are really active (say, at least one login on last 12 months for example).
Is this number increasing or ...
