0 Members and 1 Guest are viewing this topic.
Really? Some people told me 3rd-party add-ins such as Kucalc's overclocking program did not work in it, same for that raycaster someone (him?) wrote a few years ago.
QuoteReally? Some people told me 3rd-party add-ins such as Kucalc's overclocking program did not work in it, same for that raycaster someone (him?) wrote a few years ago.Programs doing direct hardware access are most likely going to crash.
Quote from: cfxm on January 18, 2011, 04:45:35 pmQuoteReally? Some people told me 3rd-party add-ins such as Kucalc's overclocking program did not work in it, same for that raycaster someone (him?) wrote a few years ago.Programs doing direct hardware access are most likely going to crash.Not really. I do almost all of my z80 asm programming without the use of any system calls. It's kinda my philosphy. Pure z80 code without a hint of TiOS. Plus it"s a lot faster too.
Quote from: z80man on January 18, 2011, 05:35:50 pmQuote from: cfxm on January 18, 2011, 04:45:35 pmQuoteReally? Some people told me 3rd-party add-ins such as Kucalc's overclocking program did not work in it, same for that raycaster someone (him?) wrote a few years ago.Programs doing direct hardware access are most likely going to crash.Not really. I do almost all of my z80 asm programming without the use of any system calls. It's kinda my philosphy. Pure z80 code without a hint of TiOS. Plus it"s a lot faster too.Directly accessing the hardware will probably crash an emulator