Search results
Hook to Memory Mapper segment
Score: 168.83 %,
Type: Forum topic , Comments: 5 comments
is that the following sequence:
call CALLS ; [3] - mapper support routine received via Dos2 EXTBIO
db 0 ; [1] ...
Let me know!
S0urceror wrote:
Is 7 bytes
S0urceror wrote:
Is 7 bytes total. And ... returns. Then jump to that from your hook.
S0urceror wrote:
And which page would you ...
Email notifications?
Score: 168.56 %,
Type: Forum topic , Comments: 10 comments
Maybe I am raising a stupid question that has been answered already hundred of times before. If that's the case I apologise.
But does the forum have email notifications when:
People are reacting to discussions/threads a user started?
...
Best way to allocate work-area from my ROM code
Score: 168.65 %,
Type: Forum topic , Comments: 12 comments
it?
Page0 - Is it possible to reserve space that DOS doesn't use for .COM programs? ... an area in main-Ram using the variable HIMEM (0FC4Ah) and MEMSIZ (0F672h).
- Reserve an area in main-Ram using the variables SLTWRK (0FD09h-0FD88h) . (probably the best way for little areas)
- Reserve ...
OpenMSX - FPS drops during Serial read/write
Score: 168.34 %,
Type: Forum topic , Comments: 13 comments
CH376s::readIO(word port, EmuTime::param /*time*/)
{
byte result=0;
switch (port & 0xff) {
case 0x10: // read/write data
readData (&result);
break;
case 0x11: // read status/write command
readStatus ... new_value)
{
if (fp<0)
return 0;
uint8_t cmd[] = {RD_DATA};
write (fp,cmd,sizeof(cmd)); ...
