|
47805fb60c
|
feat(bus): implement Palette RAM and DISPSTAT
|
2022-10-21 05:11:48 -03:00 |
|
|
abe2fc431e
|
fix(bus): restrict Game ROM and VRAM to a 16-bit bus
|
2022-10-21 05:11:48 -03:00 |
|
|
da7300a78c
|
chore: remove all memory leaks
|
2022-10-21 05:11:47 -03:00 |
|
|
4836ea3bcf
|
fix(io): fix DISPCNT is at wrong IO address
|
2022-10-21 05:11:46 -03:00 |
|
|
c6de540c8a
|
feat(cpu): implement skipBios method
|
2022-10-21 05:11:46 -03:00 |
|
|
82fb5e7a93
|
chore: panic on read from BIOS
GBA Bios requires a lot of implemented features, so we're ignoring it
for now
|
2022-10-21 05:11:46 -03:00 |
|
|
cbcc6282df
|
feat(bus): add Io Struct
Also, add more information to all panic messages
|
2022-10-21 05:11:46 -03:00 |
|
|
614ac4a262
|
chore: rename consturctors to fit convention
|
2022-10-21 05:11:45 -03:00 |
|
|
f030889d6c
|
feat(bus): emu is now able to read from user-provided BIOS
|
2022-10-21 05:11:45 -03:00 |
|