artrag

Results 18 issues of artrag

In the attached ROM, the screen is scrolled horizontally in screen 8 The plotting involves that, for one column of pixels out of 16, the z80 and the VDP copy...

Note that the outi's can be placed one after the other only during vblank time. If you cannot comprise all the I/O on the vblank you need to respect the...

There is a bug in: void* Mem_DynamicAlloc(u16 size) The bug is here: struct MemChunkHeader* newChunk = (struct MemChunkHeader*)(chunk + needSize); // New free sub-chunk chunk has to be converted to...

I've done a bit of search for a MBplayer. Accordindlty to mrc, https://www.msx.org/news/software/en/moonblaster-14-driver-for-msx-basic-update the latest Moon Blaster player should be the one mantained by BIFI here http://msxbanzai.tni.nl/dev/MBPLYSRC.LZH Could you port...

This work is too interesting and valuable to be left without any comment I would link in a readme the original page you did with case of use and some...

I'm the original author of the encoder. The optimisation is an implementation of the Viterbi algorithm able to tracks the state transitions of the output levels of the 3 channels...

MML is commonly used follows this description https://en.wikipedia.org/wiki/Music_Macro_Language There are midi to MML converters online Would it be possible to implement a too from MML to intybasic?

LTO-Flash includes a huge amount of CP1600 extensions that can be essential for math coding and data manipulation. Look at ATAN2, DIST, SUMSQ,MPYSS and many others [Locutus_CP-1600X_Instruction_Set_Extensions_20191119a.pdf](https://github.com/nanochess/IntyBASIC/files/3883005/Locutus_CP-1600X_Instruction_Set_Extensions_20191119a.pdf) https://atariage.com/forums/applications/core/interface/file/attachment.php?id=679387 The latest...

In a similar way to what you have done for local labels, you can add local variables. A possible implementation could be that variables starting with a dot within a...

Could you please add support for local labels and variables in a similar way to what sjasm does with Module/Endmodule command and with '.' ? It is just matter of...