summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-01-17 00:08:22 +0100
committer hap <happppp@users.noreply.github.com>2021-01-17 00:08:33 +0100
commit1181aaf529aabc160020922c32a545743b6ad1bd (patch)
tree33edee4729a0fa14bdf04c97b007329c3b150384 /src/mame
parent6e9b2d138e98de85d5e5617d16f97a8b83475772 (diff)
videopac.xml: add usa games index
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/drivers/odyssey2.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/odyssey2.cpp b/src/mame/drivers/odyssey2.cpp
index 63214785f01..b30c72260bf 100644
--- a/src/mame/drivers/odyssey2.cpp
+++ b/src/mame/drivers/odyssey2.cpp
@@ -769,7 +769,7 @@ void odyssey2_state::odyssey2(machine_config &config)
m_i8244->set_screen("screen");
m_i8244->set_screen_size(360, 243);
m_i8244->irq_cb().set_inputline(m_maincpu, MCS48_INPUT_IRQ);
- m_i8244->add_route(ALL_OUTPUTS, "mono", 0.40);
+ m_i8244->add_route(ALL_OUTPUTS, "mono", 0.25);
SPEAKER(config, "mono").front_center();
@@ -787,7 +787,7 @@ void odyssey2_state::videopac(machine_config &config)
m_i8244->set_screen("screen");
m_i8244->set_screen_size(360, 243);
m_i8244->irq_cb().set_inputline(m_maincpu, MCS48_INPUT_IRQ);
- m_i8244->add_route(ALL_OUTPUTS, "mono", 0.40);
+ m_i8244->add_route(ALL_OUTPUTS, "mono", 0.25);
m_maincpu->set_clock(17.734476_MHz_XTAL / 3);
@@ -842,7 +842,7 @@ void vpp_state::g7400(machine_config &config)
m_i8244->set_screen("screen");
m_i8244->set_screen_size(360, 243);
m_i8244->irq_cb().set_inputline(m_maincpu, MCS48_INPUT_IRQ);
- m_i8244->add_route(ALL_OUTPUTS, "mono", 0.40);
+ m_i8244->add_route(ALL_OUTPUTS, "mono", 0.25);
SPEAKER(config, "mono").front_center();
@@ -869,7 +869,7 @@ void vpp_state::odyssey3(machine_config &config)
m_i8244->set_screen("screen");
m_i8244->set_screen_size(360, 243);
m_i8244->irq_cb().set_inputline(m_maincpu, MCS48_INPUT_IRQ);
- m_i8244->add_route(ALL_OUTPUTS, "mono", 0.40);
+ m_i8244->add_route(ALL_OUTPUTS, "mono", 0.25);
m_ef934x->set_clock(7.15909_MHz_XTAL / 2);
m_ef934x->set_offsets(15, 15);