Search results
HAPPY NEW YEAR!!!
Score: 132.76 %,
Type: Forum topic , Comments: 22 comments
Greetings!
Have fun in 2015! Have fun in 2015!
2014 was great for msx. 2014 was great ... year!
Gelukkig 2015 iedereen. Doe Gelukkig 2015 iedereen. Doe wat leuks ermee. En veel MSX ... Cheers to a wonderful 2015 everybody! *hips*
Buon 2015! Happy MSX!! Buon 2015! Happy MSX!! ...
Sony hf-500p cartridge limit?
Score: 132.48 %,
Type: Forum topic , Comments: 1 comment
Basicly I put the cartridge into the sony hf-500p in emulation and both emulators reboot. So I figured I screwed up something in the memorymanagement but thats not the case because the machine doesn't even jump to adress $4000 it just reboots as ...
Access the SRAM on turboR ST
Score: 132.49 %,
Type: Forum topic , Comments: 12 comments
think it is to get the kanji rom back since the RAM is on page 3-0 in my situation switching the subslot ...
Fiddle around with saved memory
Score: 132.4 %,
Type: Forum topic , Comments: 1 comment
So basicly I used bluemsx to save the machines visible memory and it looks very successfull. I need a particular piece of data from that whole memory part. I need page 2 so the rest of the information can and must be discarded so that I can incbin that ...
Code for asm beginners
Score: 132.46 %,
Type: Forum topic , Comments: 2 comments
but I I see it’s not used, but I would remove those bits about putting RAM in page 0 (killbios) from ...
Line interrupts how dangerous??
Score: 132.49 %,
Type: Forum topic , Comments: 22 comments
will explain soon
Status register 0 is not being set after lineint. That is pretty stupid but it can ... if it was already being triggered.
Either way in a,(99H) does nothing if s#0 is not set, which it wasn’t all ... and use the tempisr to read status reg 1 and 0 and trow the read s1 and s0 in the BIOS hook the engine ...
Convert numbers to gfx
Score: 132.38 %,
Type: Forum topic , Comments: 16 comments
I don’t have a loop to subtract 100. Also I generate an ASCII string so I add "0" here ... (value is either 0-99, 0-99 or 0-55).
The shift-division does run in constant time though, which ... hl,numbertable
ld b,0
.loop100:
sub 100
jp c,.done100
inc b
ld c,a ;save current value
jp .loop100 ...
Sprite split
Score: 132.29 %,
Type: Forum topic , Comments: 13 comments
and combine them to a number I get 0xEF not 0x17600...... What part of this Am I not getting here. ...
Name table register #2
Score: 132.4 %,
Type: Forum topic , Comments: 7 comments
So a long time ago I asked how to switch the pages and I got the awnser. It works and it still does but I never understood why. I have read the V9938 manual a 100 times over and have been staring at code for hours. It just doesn't make sense.
I ...
V9938 default pallete data
Score: 132.28 %,
Type: Forum topic , Comments: 2 comments
Simple question does anyone have the default V9938 pallete data in asm format to paste it down here for me?
eg. db 0,5,3,6,100,3,0,8,12,15,16,12,44,44,55,66 ;16 colors
in debugger type
debug set_bp in debugger type
debug set_bp 0
reset
palette
then you can see
Got ...
