diff options
| author | 2013-03-19 07:22:20 +0000 | |
|---|---|---|
| committer | 2013-03-19 07:22:20 +0000 | |
| commit | 0e1f5ad25b25df7c2ec707ec45c544288eb3c683 (patch) | |
| tree | eeef04fdf999692be30c25457fb9b329e1dbfdde /src/mess/machine/gb_slot.c | |
| parent | 86614c802b9d611d83520fdb43388ae51d31f553 (diff) | |
Cleanups and version bumpmame0148u2
Diffstat (limited to 'src/mess/machine/gb_slot.c')
| -rw-r--r-- | src/mess/machine/gb_slot.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mess/machine/gb_slot.c b/src/mess/machine/gb_slot.c index 122c9425536..c136f97f966 100644 --- a/src/mess/machine/gb_slot.c +++ b/src/mess/machine/gb_slot.c @@ -392,7 +392,7 @@ bool base_gb_cart_slot_device::call_load() if (strncmp((const char*)(ROM + 0x134), "DONKEYKONGLAND 2", 16) == 0 || strncmp((const char*)(ROM + 0x134), "DONKEYKONGLAND 3", 16) == 0) m_sgb_hack = 1; - + return IMAGE_INIT_PASS; } @@ -545,8 +545,8 @@ int base_gb_cart_slot_device::get_cart_type(UINT8 *ROM, UINT32 len) } if (count == 4876) { -// printf("Niutoude!\n"); -// type = GB_MBC_NIUTOUDE; +// printf("Niutoude!\n"); +// type = GB_MBC_NIUTOUDE; } if (count == 4138 || count == 4125) { @@ -556,7 +556,7 @@ int base_gb_cart_slot_device::get_cart_type(UINT8 *ROM, UINT32 len) type = GB_MBC_SINTAX; } } - + /* Check if we're dealing with the multigame variant of the MBC1 mapper */ if (type == GB_MBC_MBC1) { |
