Vitor Vilela

Results 22 issues of Vitor Vilela

If you add a breakpoint on SA-1 bus on a bank mirrored region ($0000-$7FFF), the breakpoint will only work if it's on bank 00 or if you explicitly add the...

Likely cause: desynchronization from the OAM attribute value from the RPM RAM value.

bug

Although many previous attempts were made, there are still status bar cutoff issues caused by the IRQ changes made since the first SA-1 Pack version. Now with proper hardware configuration...

bug
technical debt

warnpc is a pretty useful command but I noticed almost all of the times when I write a patch I not just have to ensure the code is not larger...

Modern programming languages often has the "using" or "import" statements to allow packages or namespace members to be used without referencing them explictly. Asar offers namespaces, but often they get...

Recent researchment on the SA-1 chip has shown that some of its features requires to the input address to be an even address, in particular the DMA and Variable Bit...

new feature

Sometimes the library label references ends up too long. Make it possible to make "my_library_name_label" referenced as "alias_label" or even inline as simply "label"

enhancement

Add a flag where you can assign levels numbers and overworld numbers outside their allowed indexes.

enhancement

Library A would like to use labels from library B, but that's not currently possible.

enhancement
technical debt