Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

goldnpkr: fix build issue #6945

Merged
merged 1 commit into from Jul 11, 2020
Merged

goldnpkr: fix build issue #6945

merged 1 commit into from Jul 11, 2020

Conversation

davide125
Copy link
Contributor

Fixes this build issue:

Compiling src/mame/drivers/goldnpkr.cpp...
../../../../../src/mame/drivers/goldnpkr.cpp: In function ‘void construct_ioport_animpkr(device_t&, ioport_list&, std::__cxx11::string&)’:
../../../../../src/mame/drivers/goldnpkr.cpp:2493:50: error: expected primary-expression before ‘)’ token
  PORT_DIPNAME( 0x10, 0x00, "High Pair (11-13)" ) ) PORT_DIPLOCATION("SW1:1")
                                                  ^
make[2]: *** [misc.make:2955: ../../../../linux_gcc/obj/x64/Release/src/mame/drivers/goldnpkr.o] Error 1
make[1]: *** [Makefile:412: misc] Error 2
make: *** [makefile:1350: linux_x64] Error 2

which was added in 2ba2a0f

@Robbbert Robbbert merged commit 371321a into mamedev:master Jul 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants