Skip to content

Commit 916daa9

Browse files
authored
pve500: make "Sony" match capitalization of other Sony machines (#14005)
1 parent 0de52b0 commit 916daa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mame/sony/pve500.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// copyright-holders: Felipe Sanches
33
/***************************************************************************
44
5-
SONY PVE-500 Editing Control Unit
5+
Sony PVE-500 Editing Control Unit
66
"A/B roll edit controller for professional video editing applications"
77
88
Driver by Felipe Correa da Silva Sanches <[email protected]>
@@ -472,4 +472,4 @@ ROM_END
472472

473473

474474
// YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS
475-
COMP( 1995, pve500, 0, 0, pve500, pve500, pve500_state, init_pve500, "SONY", "PVE-500", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_GRAPHICS)
475+
COMP( 1995, pve500, 0, 0, pve500, pve500, pve500_state, init_pve500, "Sony", "PVE-500", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_GRAPHICS)

0 commit comments

Comments
 (0)