diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/devices/bus/gameboy/cartbase.cpp | 2 | ||||
-rw-r--r-- | src/devices/bus/gameboy/huc3.cpp | 2 | ||||
-rw-r--r-- | src/devices/bus/gameboy/mbc.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/gameboy/cartbase.cpp b/src/devices/bus/gameboy/cartbase.cpp index 8e6796603a3..c36ceb7d837 100644 --- a/src/devices/bus/gameboy/cartbase.cpp +++ b/src/devices/bus/gameboy/cartbase.cpp @@ -1,4 +1,4 @@ - +// license:BSD-3-Clause // copyright-holders:Vas Crabb /*************************************************************************** diff --git a/src/devices/bus/gameboy/huc3.cpp b/src/devices/bus/gameboy/huc3.cpp index 9b420ec0df1..c91db517a49 100644 --- a/src/devices/bus/gameboy/huc3.cpp +++ b/src/devices/bus/gameboy/huc3.cpp @@ -9,7 +9,7 @@ The HuC-3 controller appears to only respond to A15-A13 and D6-D0, i.e. addresses are effectively masked with 0xE000 and data is effectively masked - with 0x3F. + with 0x7F. Major components in the cartridge include: * U1 program ROM diff --git a/src/devices/bus/gameboy/mbc.h b/src/devices/bus/gameboy/mbc.h index 6185b5bf7cb..ef48d215480 100644 --- a/src/devices/bus/gameboy/mbc.h +++ b/src/devices/bus/gameboy/mbc.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Fabio Priuli, Wilbert Pol +// copyright-holders:Vas Crabb, Wilbert Pol #ifndef MAME_BUS_GAMEBOY_MBC_H #define MAME_BUS_GAMEBOY_MBC_H |