Skip to content

Commit

Permalink
a few minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
felipesanches committed Aug 12, 2024
1 parent 0329560 commit 19871c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/mame/matsushita/kn1500.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,4 @@ ROM_END
} // anonymous namespace

// YEAR NAME PARENT COMPAT MACHINE INPUT STATE INIT COMPANY FULLNAME FLAGS
CONS(199?, kn1500, 0, 0, kn1500, kn1500, kn1500_state, empty_init, "Technics", "SX-KN1500 PCM Keyboard", MACHINE_NOT_WORKING|MACHINE_NO_SOUND)
CONS(199?, kn1500, 0, 0, kn1500, kn1500, kn1500_state, empty_init, "Technics", "SX-KN1500", MACHINE_NOT_WORKING|MACHINE_NO_SOUND)
4 changes: 2 additions & 2 deletions src/mame/matsushita/kn5000.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
#include "imagedev/floppy.h"
#include "machine/gen_latch.h"
#include "machine/upd765.h"
#include "screen.h"
#include "video/pc_vga.h"
#include "screen.h"
#include "kn5000.lh"

// #define EXTENSION_VIEW
Expand Down Expand Up @@ -929,4 +929,4 @@ ROM_END
} // anonymous namespace

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

0 comments on commit 19871c9

Please sign in to comment.