diff options
author | 2021-04-20 21:01:55 +0200 | |
---|---|---|
committer | 2021-04-20 21:02:21 +0200 | |
commit | 5c3ded77a778232ffc8c9fd31bbd5cd902a3046d (patch) | |
tree | 32a315027ba208c14f97b0846b5ac4bbcfc6f76c /src/devices/machine/smartboard.cpp | |
parent | eab35a4470be71b7bff1dc77941ae676818d1db8 (diff) |
ibm5170: fix validity error
Diffstat (limited to 'src/devices/machine/smartboard.cpp')
-rw-r--r-- | src/devices/machine/smartboard.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/devices/machine/smartboard.cpp b/src/devices/machine/smartboard.cpp index 674568c5365..fe1dc0b5d08 100644 --- a/src/devices/machine/smartboard.cpp +++ b/src/devices/machine/smartboard.cpp @@ -58,16 +58,9 @@ enum SB30_BLACK_PAWN8 }; -//************************************************************************** -// DEVICE DEFINITIONS -//************************************************************************** DEFINE_DEVICE_TYPE(TASC_SB30, tasc_sb30_device, "tasc_sb30", "Tasc SmartBoard SB30") -//************************************************************************** -// LIVE DEVICE -//************************************************************************** - //------------------------------------------------- // tasc_sb30_device - constructor //------------------------------------------------- |