mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
(nw) Fixed the build.
This commit is contained in:
parent
fdd6dde9fd
commit
762064ec7c
@ -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",
|
||||
|
@ -75,7 +75,7 @@ READ8_MEMBER(lw700i_state::pb_r)
|
||||
return 0;
|
||||
}
|
||||
|
||||
return 0xffff;
|
||||
return 0xff;
|
||||
}
|
||||
|
||||
WRITE8_MEMBER(lw700i_state::pb_w)
|
||||
|
@ -94,6 +94,7 @@ bigbord2.cpp
|
||||
binbug.cpp
|
||||
bitgraph.cpp
|
||||
bk.cpp
|
||||
blw700i.cpp
|
||||
bmjr.cpp
|
||||
bml3.cpp
|
||||
bob85.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user