Skip to content

Commit

Permalink
fix typo (nw)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuavas committed May 29, 2017
1 parent 0b4cf03 commit 5c0466c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/target/mame/arcade.lua
Expand Up @@ -4222,7 +4222,7 @@ files {
createMAMEProjects(_target, _subtarget, "zaccaria")
files {
MAME_DIR .. "src/mame/audio/nl_zac1b11142.cpp",
MAME_DIR .. "src/mame/audio/nl_zacc1b11142.h",
MAME_DIR .. "src/mame/audio/nl_zac1b11142.h",
MAME_DIR .. "src/mame/audio/zaccaria.cpp",
MAME_DIR .. "src/mame/audio/zaccaria.h",
MAME_DIR .. "src/mame/drivers/laserbat.cpp",
Expand Down
4 changes: 2 additions & 2 deletions src/mame/audio/nl_zac1b11142.cpp
Expand Up @@ -34,16 +34,16 @@ NETLIST_START(zac1b11142_schematics)
RES(R103, RES_K(10))
RES(R104, RES_K(120))
RES(R105, RES_K(56))
RES(R120, RES_K(47))
RES(R122, RES_K(33))
RES(R123, RES_K(1))
RES(R124, RES_K(39))
RES(R125, RES_K(560))
RES(R126, RES_K(470))
RES(R127, RES_K(100))
RES(R128A, RES_K(56)) // schematic has two resistors marked as R128, need PCB photo or parts list to resolve
RES(R128B, 680)
RES(R129, RES_K(1))
RES(R120, RES_K(47))
RES(R124, RES_K(39))
RES(R130, RES_K(33))
RES(R131, RES_K(150))
RES(R132, RES_K(1))
Expand Down

0 comments on commit 5c0466c

Please sign in to comment.