Search results
Can we use .BIN BASIC routines in other languages?
Score: 151.15 %,
Type: Forum topic , Comments: 5 comments
Hello everyone, I wonder if it's possible to use already done libraries for BASIC (like .bin libs) in another lenguaje. In theory, a .BIN file is located in memory with BLOAD and after that tu call the function in the indicated memory address where ...
How much CPU uses Covox?
Score: 151.05 %,
Type: Forum topic , Comments: 2 comments
Hello everyone, compared to PSG that uses full CPU when playing a sample, how much CPU uses Covox?
Thanks
The same. Full CPU is The same. Full CPU is necessary to keep the timing.
Yes. As seen here, Covox Yes. As seen here , Covox simply converts whatever you OUT to 0 ...
[Z88DK] Official thread:
Score: 151.03 %,
Type: Forum topic , Comments: 4 comments
<stdio.h>
#include <arch/msx/asm.h>
#define BEEP 0x00C0
Z80_registers *regs;
register_usage ... !\n");
return 0;
}
I don't get a normal BEEP, it sounds something quite strange. Where ... <arch/msx/asm.h>
#define BEEP 0x00C0
Z80_registers regs;
register_usage usage;
int main()
{
usage = ...
Help running Quigs
Score: 150.52 %,
Type: Forum topic , Comments: 1 comment
Hello everyone, just installed and trying to run on Windows 10: I can't add a video, the file Browser hangs. I've tried several compatibility modes even Windows XP without success.
Any suggestion? Thanks.
Have you seen this Have ...
