ostis icon indicating copy to clipboard operation
ostis copied to clipboard

Atari ST Emulator

Results 21 ostis issues
Sort by recently updated
recently updated
newest added

There's no way to remove a label that you've created in the debugger. If you create a new one on the same address, only the latest one will be shown,...

enhancement

I believe the problem getting Phalanx Demo to work (see #77) is related to a missing MFP interrupt latency.

enhancement

The test system needs work. It should not require opening of a windows (but also not prevent it completely). In combination with the clocked CPU work, I'm reworking it a...

enhancement

@stefanberndtsson is planning to convert the CPU component into a clocked design. Would it be possible to jot down a few notes here every now and then to get a...

enhancement

The sound output is oh-so-close to being ok. I guess there are occasional gaps between audio buffer refills. I don't know how to fix this, but it can't be rocket...

enhancement

`struct mmu` is increasingly being abused for modelling hardware components. First diagnostics was added, and now interrupt handling has been included. Also, some entities that obviously model hardware components doesn't...

enhancement

RGB and monochrome output goes to different pins. So screen_draw needs to be split in two: _rgb, and _mono. Only one should be active at one time. Which one depends...

enhancement

The MMU has a lot of code that probably belongs elsewhere. We should agree on what, and where.

enhancement

There is currently no prefetch handling at all in the CPU, which means quite a bit of self modifying code will break.