summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/gameboy
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-07-22 06:14:55 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-07-22 06:14:55 +0000
commit5d7e1fcc62a7f9dd5441eaccbc274f9327efcf00 (patch)
tree59a6e5c3c090f1f83dfd20359ab321fb69713e00 /src/emu/bus/gameboy
parentc4e9058ee26841baae4c0fd51e081949747d5f48 (diff)
Cleanups and version bump
Diffstat (limited to 'src/emu/bus/gameboy')
-rw-r--r--src/emu/bus/gameboy/gb_slot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/bus/gameboy/gb_slot.c b/src/emu/bus/gameboy/gb_slot.c
index 64d66006829..56d5fe64f2a 100644
--- a/src/emu/bus/gameboy/gb_slot.c
+++ b/src/emu/bus/gameboy/gb_slot.c
@@ -543,14 +543,14 @@ int base_gb_cart_slot_device::get_cart_type(UINT8 *ROM, UINT32 len)
if (count == 4876)
{
-// printf("Li Cheng %d\n", count);
+// printf("Li Cheng %d\n", count);
type = GB_MBC_LICHENG;
}
if (count == 4138 || count == 4125)
{
// Zhi Huan Wang uses 4138
// most sintax use 4125
-// printf("Sintax %d!\n", count);
+// printf("Sintax %d!\n", count);
type = GB_MBC_SINTAX;
}
}