diff options
author | 2020-09-12 09:35:13 -0400 | |
---|---|---|
committer | 2020-09-12 09:35:13 -0400 | |
commit | a3c6349c86a457c734bde5786784f72094978195 (patch) | |
tree | 96de4315b25b531cef2fa0273eb4c086f829d240 /src | |
parent | 8edc2c5f91aaaa6dbc81400b54c584bb489b619d (diff) |
bvm.cpp: Missed in 8edc2c5f91aaaa6dbc81400b54c584bb489b619d
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/bvm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bvm.cpp b/src/mame/drivers/bvm.cpp index 704f64c4129..af931fefd7b 100644 --- a/src/mame/drivers/bvm.cpp +++ b/src/mame/drivers/bvm.cpp @@ -85,4 +85,4 @@ ROM_START(bvm20f1e) ROM_LOAD("541d-27c256.ic108", 0x8000, 0x8000, CRC(9da347f9) SHA1(413096830bdcae6404e9d686abb56e60d58bdc2f)) ROM_END -SYST(1998, bvm20f1e, 0, 0, bvm, bvm, bvm_state, empty_init, "Sony", "Trinitron Color Video Monitor BVM-20F1E / BVM-20F1U", MACHINE_IS_SKELETON) +SYST(1998, bvm20f1e, 0, 0, bvm, bvm, bvm_state, empty_init, "Sony", "Trinitron Color Video Monitor BVM-20F1E", MACHINE_IS_SKELETON) |