summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2022-08-31 00:50:02 +0200
committer hap <happppp@users.noreply.github.com>2022-08-31 00:50:02 +0200
commit229ea4b3a1b44bd558e2c99c31dfe3ad66c34ea0 (patch)
tree6e27262ed2c682201ec7f0759368f72a05f1aa27 /src/emu
parentf6942dd17a67d7db3c2eb3a2bc43552c6b8bca0d (diff)
gen_latch: add boost interleave conf setting
Diffstat (limited to 'src/emu')
-rw-r--r--src/emu/gamedrv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/gamedrv.h b/src/emu/gamedrv.h
index a1cb8a40155..5ca3a653506 100644
--- a/src/emu/gamedrv.h
+++ b/src/emu/gamedrv.h
@@ -208,7 +208,7 @@ driver_device_creator< \
///
/// Use this macro to define most systems intended for public use,
/// including arcade games, gambling machines, vending machines, and
-/// information kiosks. Muse be used in the global namespace.
+/// information kiosks. Must be used in the global namespace.
///
/// Creates an appropriately named and populated #game_driver structure
/// describing the system.