- Feb 28, 2023
-
-
João Magalhães authored
-
João Magalhães authored
There are a series of hacks involved in making a constant stream of audio data to work OK with web audio.
-
- Feb 27, 2023
-
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
Made use of queue support for SDL avoiding the callback approach which greatly simplifies the code and increases the APU accuracy.
-
João Magalhães authored
It's stil glitchy and noisy, need to check the problems.
-
João Magalhães authored
Still requires work to be able to be able to emulate APU together with the CPU instead of inverting the control.
-
João Magalhães authored
This a very work in progress situation that requires stability. The most important part is the fact that it's possible for an external entity (SDL) to call an audio tick and get a volume.
-
- Feb 26, 2023
-
-
João Magalhães authored
-
João Magalhães authored
This reverts commit b7ce4b6a.
-
João Magalhães authored
This makes it possible to run Boytacean in Ubuntu using dynamic linking with the native SDL libraries.
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
For wayland dynamic linking of SDL2 may be required.
-
João Magalhães authored
This reverts commit b7ce4b6a.
-
João Magalhães authored
This makes it possible to run Boytacean in Ubuntu using dynamic linking with the native SDL libraries.
-
João Magalhães authored
For wayland dynamic linking of SDL2 may be required.
-
João Magalhães authored
This reverts commit b7ce4b6a.
-
João Magalhães authored
This makes it possible to run Boytacean in Ubuntu using dynamic linking with the native SDL libraries.
-
João Magalhães authored
-
João Magalhães authored
-
- Feb 21, 2023
-
-
João Magalhães authored
-
João Magalhães authored
Uses built package to print dependencies.
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
This allows for a much more fluid draw of frames using the `present_vsync()`.
-
João Magalhães authored
Normalized handling of ticks in SDL according to the Web version implementation.
-
João Magalhães authored
-
- Feb 20, 2023
-
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
Created a series of new structures including the `PaletteInfo` one.
-
João Magalhães authored
We still need to add more palettes from the Web frontend.
-
João Magalhães authored
-