Skip to content

Commit 77e55e8

Browse files
committed
a few minor tweaks
1 parent 0329560 commit 77e55e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mame/matsushita/kn5000.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
#include "imagedev/floppy.h"
1313
#include "machine/gen_latch.h"
1414
#include "machine/upd765.h"
15-
#include "screen.h"
1615
#include "video/pc_vga.h"
16+
#include "screen.h"
1717
#include "kn5000.lh"
1818

1919
// #define EXTENSION_VIEW
@@ -929,4 +929,4 @@ ROM_END
929929
} // anonymous namespace
930930

931931
// YEAR NAME PARENT COMPAT MACHINE INPUT STATE INIT COMPANY FULLNAME FLAGS
932-
CONS(199?, kn5000, 0, 0, kn5000, kn5000, kn5000_state, empty_init, "Technics", "SX-KN5000 Keyboard", MACHINE_NOT_WORKING|MACHINE_NO_SOUND)
932+
CONS(199?, kn5000, 0, 0, kn5000, kn5000, kn5000_state, empty_init, "Technics", "SX-KN5000", MACHINE_NOT_WORKING|MACHINE_NO_SOUND)

0 commit comments

Comments
 (0)