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 77e55e8
Showing 1 changed file with 2 additions and 2 deletions.
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 77e55e8

Please sign in to comment.