From ccc8e8b5762bf2ca3041e3bdfa3d2141ee8266ab Mon Sep 17 00:00:00 2001 From: AJR Date: Sun, 25 Nov 2018 11:38:58 -0500 Subject: Spelling corrections (nw) --- src/frontend/mame/luaengine.cpp | 2 +- src/mame/drivers/playch10.cpp | 2 +- src/mame/drivers/vsnes.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/frontend/mame/luaengine.cpp b/src/frontend/mame/luaengine.cpp index 5f40ea6c2ea..7ba1cbbc84d 100755 --- a/src/frontend/mame/luaengine.cpp +++ b/src/frontend/mame/luaengine.cpp @@ -820,7 +820,7 @@ void lua_engine::initialize() * support zipped files on the searchpath * file:open(name) - open first file matching name in searchpath, supports read and write sockets as "socket.127.0.0.1:1234" * file:open_next() - open next file matching name in searchpath - * file:read(len) - only reads len bytes, doen't do lua style formats + * file:read(len) - only reads len bytes, doesn't do lua style formats * file:write(data) - write data to file * file:seek(offset, whence) - whence is as C "SEEK_*" int * file:seek([opt] whence, [opt] offset) - lua style "set"|"cur"|"end", returns cur offset diff --git a/src/mame/drivers/playch10.cpp b/src/mame/drivers/playch10.cpp index e9241cd5e45..d32393c6e0c 100644 --- a/src/mame/drivers/playch10.cpp +++ b/src/mame/drivers/playch10.cpp @@ -725,7 +725,7 @@ MACHINE_CONFIG_END ROM_LOAD_BIOS( 0, "pch1-c__8t_e-2.8t", 0x00000, 0x4000, CRC(d52fa07a) SHA1(55cabf52ae10c050c2229081a80b9fe5454ab8c5) ) \ ROM_SYSTEM_BIOS( 1, "single", "Single Monitor Version" ) \ ROM_LOAD_BIOS( 1, "pck1-c.8t", 0x00000, 0x4000, CRC(503ee8b1) SHA1(3bd20bc71cac742d1b8c1430a6426d0a19db7ad0) ) \ - ROM_SYSTEM_BIOS( 2, "alt", "Alt Bios" ) /* this bios doens't work properly, selecting service mode causes it to hang, is it good? maybe different hw? */ \ + ROM_SYSTEM_BIOS( 2, "alt", "Alt Bios" ) /* this bios doesn't work properly, selecting service mode causes it to hang, is it good? maybe different hw? */ \ ROM_LOAD_BIOS( 2, "pch1-c_8te.8t", 0x00000, 0x4000, CRC(123ffa37) SHA1(3bef754a5a85a8498bb6222ddf5cb9021f264db5) ) \ ROM_SYSTEM_BIOS( 3, "singleb", "Single Monitor Version (Newer?)" ) /* Newer single screen? Four bytes different, reported bugfix in freeplay */ \ ROM_LOAD_BIOS( 3, "pck1-c_fix.8t", 0x00000, 0x4000, CRC(0be8ceb4) SHA1(45b127a537370226e6b30be2b5a92ad05673ca7f) ) diff --git a/src/mame/drivers/vsnes.cpp b/src/mame/drivers/vsnes.cpp index b659e7f6a50..d616886b95c 100644 --- a/src/mame/drivers/vsnes.cpp +++ b/src/mame/drivers/vsnes.cpp @@ -1811,7 +1811,7 @@ MACHINE_CONFIG_START(vsnes_state::vsdual_pi) MCFG_QUANTUM_PERFECT_CPU("maincpu") // need high level of interleave to keep screens in sync in Balloon Fight. // however vsmahjng doesn't like perfect interleave? you end up needing to reset it to boot? maybe something in a bad default state? watchdog? - // as the board would always be running in 'perfect interleave' the fact the Mahjong game doens't work like this needs investigating. + // as the board would always be running in 'perfect interleave' the fact the Mahjong game doesn't work like this needs investigating. MACHINE_CONFIG_END -- cgit v1.2.3