18 Commits

Author SHA1 Message Date
4abb2833c4 chore: implement gamepad controls 2021-05-03 23:11:39 -05:00
067049e2dd chore: rename to_byte_count to as_byte_count
using to_* and not taking ownership of self violates rust conventions
according to clippy.
2021-04-24 02:12:05 -05:00
b43c8ac7c9 feat(cartridge): grab title from the ROM 2021-04-14 01:21:45 -05:00
cbd085c25b chore: use Default::default instead of Type::Default 2021-04-13 23:02:13 -05:00
23de87e482 chore: remove panics when gameboy performs certain actions 2021-04-08 19:23:29 -05:00
6db132ad48 feat(cartridge): handle MBC-less games like tetris
TODO: This will panic whenever a write is attempted on the MBC-less
cartridge. This would be fine if games held the implicit rules given by
the hardware, however this is not the case. We will have to modify the
NoMBC implementation to ignore writes to the cartrige (while still
documenting them just in case of bugs)
2021-04-05 01:43:26 -05:00
823e4b1e0a chore: follow rust style guides 2021-04-05 01:40:26 -05:00
a6d5553035 fix(cartridge): reimplement apply_rom_size_bitmask 2021-03-26 20:18:49 -05:00
342e6616ac chore: improve unreachable! and panic! error messages 2021-03-22 22:33:56 -05:00
2813b762dd chore: replace select unreachable! macros with todo! and unreachable! 2021-03-22 21:52:28 -05:00
15da6cb7d2 fix: squash several bugs in MBC1 implementation 2021-03-21 01:52:29 -05:00
cd0eac9d37 chore: improve code quality
Removed a lot of magic constants. Gave them descriptive variable names
2021-03-20 20:26:49 -05:00
06821bf880 fix: improve types of heap allocated arrays 2021-03-16 22:51:41 -05:00
19f642eafe chore: make clippy happy 2021-03-16 01:05:13 -05:00
d30ce4dbb2 chore: improve code quailty 2021-03-15 19:19:40 -05:00
5d95eadd2e fix: implement Default and Clone for Box<dyn MBC> 2021-03-15 19:08:19 -05:00
b5d3a2c675 feat: implement MBC1 2021-01-20 01:39:24 -06:00
2a234f4d14 feat: implement ability to boot straigt to cartridge 2020-12-23 19:39:37 -06:00