Search results
Stuck on SymbOS whit Mister fpga
Score: 152.4 %,
Type: Forum topic , Comments: 2 comments
menu.bas en push the right arrow while you have 'reset to defaults' selected."
Right ...
MSX Assembly Fibonacci
Score: 152.39 %,
Type: Forum topic , Comments: 17 comments
https://8bitworkshop.com/v3.9.0/?platform=msx&file=helloworl...
Thank you!
Cheers!
The algorithm is just the sum The algorithm is just the sum ... fibonacci linear:
# --------------------------------------
def fibo(n):
x = 0
y = 1
for i in range(0, n):
z = x + y
x = y
y = z
return x
# ...
Star Force Smooth Scroll Enhanced
Score: 182.94 %,
Type: News post , Comments: 23 comments
option.
YouTube Playlist:
https://youtube.com/playlist?list=PLMJw_uDf2QtrUnv0 ... with the SHA1=5ACBA91C0B390C0E41FE407B87CCDB45155ECF47.
I can't find a matching ROM. Is this a mistake?
Ooh...I don't have Super ...
https://youtube.com/playlist?list=PLMJw_uDf2QtrUnv0JTo_aEKti...
Patch File:
https://ux.getuploader.com/hack_slash/download/132
A patch to add ...
MSX3 project news from Nishi Kazuhiko (Twitter account)
Score: 152.35 %,
Type: Forum topic , Comments: 1 comment
Hi everybody,
Since few days, M. Nishi Kazuhiko posts information on Twitter about his development project on MSX3.
Some interesting threads to read :
https://twitter.com/nishikazuhiko/status/1481855210159226882
...
YM2413 wait-states emulation in openmsx 17
Score: 153.32 %,
Type: Forum topic , Comments: 10 comments
not too bad on a 59736 cycle frame budget (0.17% of frame time), could be much worse for a 50x factor. ... case seems not too bad on a 59736 cycle frame budget (0.17% of frame time), could be much worse ... openmsx-17.0-360-g211efaef2-windows-vc-x64-bin-msi, music sounds perfectly using the tight 84-cycles loop
This is great!
But ... I did test ...
Msx Music playback artifacts
Score: 154.07 %,
Type: Forum topic , Comments: 5 comments
How did you manage to avoid these annoying audio artifacts you can hear when you play consecutive notes at short distance in the same channel?
Before to play the new note i always have to disable the channel by setting to zero the corresponing ...
MSXgl – A new C game library for MSX
Score: 155.21 %,
Type: Forum topic , Comments: 230 comments
This is good for performance and makes it much easier to use the 16K of page 0. The library provides an interrupt handling code to easily create ROMs that always remain on page 0.
The MSXgl’s Build Tool ... (interrupt handler can be install in page 0),
- Mapped ROM from 64K to 4096K (ASCII-8, ASCII-16, Konami ...
MSX Wings, port of a famous 90's game/MSX 2+/SC11 (Demo/WIP/POC)
Score: 154.61 %,
Type: Forum topic , Comments: 76 comments
https://studio.youtube.com/video/mUgsNs8ixX0/edit
correct link correct link https://www.youtube.com/watch?v=mUgsNs8ixX0
Thanks ...
