summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jantotsu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jantotsu.c')
-rw-r--r--src/mame/drivers/jantotsu.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/drivers/jantotsu.c b/src/mame/drivers/jantotsu.c
index c5aa054e230..bf8a38dbc27 100644
--- a/src/mame/drivers/jantotsu.c
+++ b/src/mame/drivers/jantotsu.c
@@ -205,8 +205,8 @@ WRITE8_MEMBER(jantotsu_state::bankaddr_w)
void jantotsu_state::palette_init()
{
const UINT8 *color_prom = machine().root_device().memregion("proms")->base();
- int bit0, bit1, bit2, r, g, b;
- int i;
+ int bit0, bit1, bit2, r, g, b;
+ int i;
for (i = 0; i < 0x20; ++i)
{
@@ -238,7 +238,7 @@ void jantotsu_state::palette_init()
READ8_MEMBER(jantotsu_state::jantotsu_mux_r)
{
const char *const portnames[] = { "PL1_1", "PL1_2", "PL1_3", "PL1_4",
- "PL2_1", "PL2_2", "PL2_3", "PL2_4" };
+ "PL2_1", "PL2_2", "PL2_3", "PL2_4" };
UINT8 i,res;
// printf("%02x\n", m_mux_data);
@@ -278,7 +278,7 @@ WRITE8_MEMBER(jantotsu_state::jan_adpcm_w)
m_adpcm_idle = 0;
msm5205_reset_w(device, 0);
/* I don't think that this will ever happen, it's there just to be sure
- (i.e. I'll probably never do a "nagare" in my entire life ;-) ) */
+ (i.e. I'll probably never do a "nagare" in my entire life ;-) ) */
if(data & 0x20)
popmessage("ADPCM called with data = %02x, contact MAMEdev", data);
// printf("%02x 0\n", data);
@@ -467,8 +467,8 @@ INPUT_PORTS_END
static const msm5205_interface msm5205_config =
{
- jan_adpcm_int, /* interrupt function */
- MSM5205_S64_4B /* 6 KHz */
+ jan_adpcm_int, /* interrupt function */
+ MSM5205_S64_4B /* 6 KHz */
};
@@ -478,7 +478,7 @@ static const msm5205_interface msm5205_config =
static const sn76496_config psg_intf =
{
- DEVCB_NULL
+ DEVCB_NULL
};