From 0cc575a82e9aba25054f1afd0acf752faca3ab5b Mon Sep 17 00:00:00 2001 From: hap Date: Thu, 12 Nov 2020 19:47:13 +0100 Subject: misc comments: very unimportant corrections --- src/devices/sound/spkrdev.cpp | 1 - src/devices/video/i8244.cpp | 1 - src/emu/screen.h | 2 +- src/mame/drivers/conchess.cpp | 2 +- src/mame/drivers/mephisto_academy.cpp | 2 +- src/mame/drivers/mephisto_polgar.cpp | 2 +- 6 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/devices/sound/spkrdev.cpp b/src/devices/sound/spkrdev.cpp index 184a628fe73..cf5e761ee46 100644 --- a/src/devices/sound/spkrdev.cpp +++ b/src/devices/sound/spkrdev.cpp @@ -296,7 +296,6 @@ void speaker_sound_device::level_w(int new_level) /* Finally update speaker state before returning */ m_level = new_level; - } diff --git a/src/devices/video/i8244.cpp b/src/devices/video/i8244.cpp index 4272f3dfeac..9d39569c202 100644 --- a/src/devices/video/i8244.cpp +++ b/src/devices/video/i8244.cpp @@ -803,5 +803,4 @@ void i8244_device::sound_update() m_sh_count = 0; m_sh_written = false; } - } diff --git a/src/emu/screen.h b/src/emu/screen.h index 62b32ee8b99..cf7ea4b7ede 100644 --- a/src/emu/screen.h +++ b/src/emu/screen.h @@ -320,7 +320,7 @@ public: /// \brief Set visible area to full area /// - /// Set visible screen area to the full screen area (i.e. noi + /// Set visible screen area to the full screen area (i.e. no /// horizontal or vertical blanking period). This is generally not /// possible for raster displays, but is useful for other display /// simulations. Must be called after calling #set_size. diff --git a/src/mame/drivers/conchess.cpp b/src/mame/drivers/conchess.cpp index 51081b36413..be35ef55f40 100644 --- a/src/mame/drivers/conchess.cpp +++ b/src/mame/drivers/conchess.cpp @@ -44,7 +44,7 @@ T8 (Plymate Amsterdam) - 32KB ROM, rest similar to A0 A3 (Plymate Victoria) -- W65C02S8P-14(14? probably replaced chip from a repair) @ 6.144Mhz (12.288MHz XTAL) +- W65C02S8P-14(14? probably replaced chip from a repair) @ 6.144MHz (12.288MHz XTAL) - 32KB ROM, rest similar to A0 Library modules: diff --git a/src/mame/drivers/mephisto_academy.cpp b/src/mame/drivers/mephisto_academy.cpp index 16cb2e7a1f2..cb910db2671 100644 --- a/src/mame/drivers/mephisto_academy.cpp +++ b/src/mame/drivers/mephisto_academy.cpp @@ -7,7 +7,7 @@ Mephisto Academy Hardware notes: - PCB label HGS 10 130 01 -- VL65NC02-04PC, 4.91Mhz XTAL +- VL65NC02-04PC, 4.91MHz XTAL - 2*32KB ROM(TC57256AD-12), 1st ROM half-empty - 8KB battery-backed RAM(TC5564APL-15) - HD44100H, HD44780, 2*16 chars LCD screen diff --git a/src/mame/drivers/mephisto_polgar.cpp b/src/mame/drivers/mephisto_polgar.cpp index 537e85970be..f6cba480579 100644 --- a/src/mame/drivers/mephisto_polgar.cpp +++ b/src/mame/drivers/mephisto_polgar.cpp @@ -274,7 +274,7 @@ void mephisto_risc_state::mrisc(machine_config &config) void mephisto_milano_state::milano(machine_config &config) { - polgar(config); // CPU: W65C02P-8, 4.9152Mhz + polgar(config); // CPU: W65C02P-8, 4.9152MHz m_maincpu->set_addrmap(AS_PROGRAM, &mephisto_milano_state::milano_mem); MEPHISTO_BUTTONS_BOARD(config.replace(), m_board); -- cgit v1.2.3