Custom Query (28 matches)
Results (7 - 9 of 28)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#34 | fixed | Change how palettes are displayed in debugger | ||
Description |
The way the palettes are displayed right now makes them look like a huge long palette, which is making it really hard to tell their boundaries apart (yes, this keeps biting me). Suggestion would be to show them in a 16×4 grid (or 4×16, either works though the former is way more common). |
|||
#14 | fixed | Change the default format of screenshot filenames | ||
Description |
The current default format for screenshot filenames has two issues: 1) It doesn't work on Windows at all (because it has colons) 2) Filenames don't get sorted by date (can get confusing) The suggestion is to change the default format to blastem_%Y%m%d_%H%M%S (assuming I read the strftime manpage correctly). Major priority due to issue 1. |
|||
#1 | fixed | DIVU/DIVS timing is inaccurate | ||
Description |
The timing of the DIVU and DIVS instruction varies, but BlastEm currently uses the fixed value listed in the 68000 user manual. |