(nw) Fixed the build.

This commit is contained in:
Robbbert 2018-08-03 12:13:43 +10:00
parent fdd6dde9fd
commit 762064ec7c
3 changed files with 3 additions and 1 deletions

View File

@ -3601,6 +3601,7 @@ files {
MAME_DIR .. "src/mame/drivers/besta.cpp",
MAME_DIR .. "src/mame/drivers/bitgraph.cpp",
MAME_DIR .. "src/mame/drivers/bpmmicro.cpp",
MAME_DIR .. "src/mame/drivers/blw700i.cpp",
MAME_DIR .. "src/mame/drivers/br8641.cpp",
MAME_DIR .. "src/mame/drivers/busicom.cpp",
MAME_DIR .. "src/mame/includes/busicom.h",

View File

@ -75,7 +75,7 @@ READ8_MEMBER(lw700i_state::pb_r)
return 0;
}
return 0xffff;
return 0xff;
}
WRITE8_MEMBER(lw700i_state::pb_w)

View File

@ -94,6 +94,7 @@ bigbord2.cpp
binbug.cpp
bitgraph.cpp
bk.cpp
blw700i.cpp
bmjr.cpp
bml3.cpp
bob85.cpp