- Apr 18, 2023
-
-
João Magalhães authored
Callback is done using a global window function. Printing is performed to the console output. This is still a work in progress and the final display of the image should be included in the Web interface.
-
João Magalhães authored
-
João Magalhães authored
For the bool to int conversion.
-
João Magalhães authored
-
João Magalhães authored
To avoid WASM serialization issues.
-
João Magalhães authored
-
- Apr 17, 2023
-
-
João Magalhães authored
The solution makes use of the chrono module to obtain time and the image module to save PNG files. The Web version is still pending support for printing.
-
João Magalhães authored
-
João Magalhães authored
-
- Apr 16, 2023
-
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
The image data buffer printing is still pending. Still a lot of TODOs and edge cases to be solved.
-
- Apr 15, 2023
-
-
João Magalhães authored
-
João Magalhães authored
Allowing better directory usage. Created initial printer file.
-
João Magalhães authored
There's already two drivers implemented: Null and Print (to stdout).
-
João Magalhães authored
The complete GB, CPU and MMU linking is done.
-
- Apr 11, 2023
-
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
- Apr 08, 2023
-
-
João Magalhães authored
Also added CH4 public WASM API
-
- Apr 07, 2023
-
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
The all trigger was missing calls to channel 2 and 4.
-
João Magalhães authored
This issue was prevent CH4 from working properly. Also added TODO operations to the master volume.
-
João Magalhães authored
The implemenation seems correct but is yet to be tested. The coding of LFSR still needs auditing.
-
- Mar 26, 2023
-
-
João Magalhães authored
Also fixed small channel 3 issue
-
- Mar 25, 2023
-
-
João Magalhães authored
The selection mode was being returned with an inverted value.
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
- Mar 05, 2023
-
-
João Magalhães authored
-
João Magalhães authored
Also avoid problem with processing extra 15th byte of the title for situations where the CGB flag is present.
-
João Magalhães authored
-
- Mar 04, 2023
-
-
João Magalhães authored
-
João Magalhães authored
Improves performance of APU by an order of maginute at the cost of less accurate emulation.
-