Skip to content

Commit

Permalink
Stupid type
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldipops authored Oct 6, 2018
1 parent f0d11d2 commit b539474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgbpak.c
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ int init_gbpak(void){

gbcart.gbc = (data[3] == 0x80 || data[3] == 0xC0) ? data[3] : 0;
// 0x80 Cartridge works on both GBCs and older gameboys
// 0xC0 Cartridge opnly works on GBC
// 0xC0 Cartridge only works on GBC

gbcart.sgb = data[6]; //0x146 super gameboy functions 0x00=no 03=yes
gbcart._romsize = data[8];
Expand Down

0 comments on commit b539474

Please sign in to comment.