Search results
Detect soft reset event
Score: 144.09 %,
Type: Forum topic , Comments: 9 comments
without "AB" headers. Also, the ROM launching is done without calling 0 (in order to preserve ...
Detection of SCC+
Score: 143.8 %,
Type: Forum topic , Comments: 1 comment
and page 4 instead if page 3, and activation using mode register and page number 0x80 instead of 0 ... of the (rarely used) deformation/test register. On an SCC it is at 98E0H. On an SCC+ it is at 98C0H and B8C0H (so xxC0H in both operating modes). I believe the MegaFlashROM SCC+ has it at 98E0H and B8C0H, which seems ...
Bugs in -> and solution for The Last Dimension by the Compjoetania
Score: 143.79 %,
Type: Forum topic , Comments: 14 comments
of file names are About half of file names are containing 0xc9 character, which looks like space in SCREEN 0 mode (this char is rightmost bar, with only 2 right columns which are not visible in this mode ... to these file names (were having size=0 and starting cluster=0). So I had to perform some operations to modify ...
Bug in -> and solution for NOISE DISK by the Compjoetania
Score: 143.53 %,
Type: Forum topic , Comments: 2 comments
xor #01 ; invert its bit 0
ld a,(#4a80),a ; store it back
or a ; check ... version of the demo disk image.
If you use GR8NET, you can load it when adapter is in mapper mode 0 (hold arrow down key when GR8NET initializes to force it to mapper mode 0 if you have target mapper ...
Code for printing control codes as char patterns
Score: 142.6 %,
Type: Forum topic , Comments: 5 comments
of 0-31, I add 64 to code, and print this char after printing char 0x01. Tested - works :)
But ... and 0x01 0x3f sequence displays ? and not the character image.
(Development) ...
Wanted: terminal emulation software/driver for GR8NET
Score: 142.34 %,
Type: Forum topic , Comments: 2 comments
input to the screen (enabled by default, bit 0),
add LF to CR (enabled by default, bit 1), ...
Contest - what is the best algorithm to get ID3 tag size?
Score: 141.79 %,
Type: Forum topic , Comments: 8 comments
ID3 tag size is stored in the 4 bytes, each byte is having only 7 meaningful bits, with bit 7 of each being 0. The task is to remove these 0s. Here's the pic (sorry, in Russian )
What ... don't think that last one I don't think that last one is correct, bit 6 of H is 0. You need ...
CTRL-STOP bug in the DOS2 environment
Score: 141.4 %,
Type: Forum topic , Comments: 5 comments
of MSX-DOS is called with E=0ffh, it performs checks of the keyboard and returns characters if there're ...
Anyone visiting Russia in the nearest time
Score: 140.6 %,
Type: Forum topic , Comments: 0 comments
Excuse me for off-topic, there's urgent need to bring small box from NL to Russia. Do you - or maybe know anyone you trust - plan to visit Russia in the nearest time?
(General discussion) ...
Sensing STOP key
Score: 140.41 %,
Type: Forum topic , Comments: 12 comments
isn't pressed, this bit is 1. If the STOP key is pressed, this bit will be 0.
One issue ... 1 at &HFBEB. I would just check if both bit 1 at &HFBEB and bit 4 at &HFBEC are set to 0 and if yes, then exit. If only bit 4 at &HFBEC is 0 then I would suspend text output....
But probably ...
