mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Fix OS X PowerPC compile (nw)
This commit is contained in:
parent
892980f48e
commit
6df8fff700
@ -1236,7 +1236,10 @@ void natural_keyboard::build_codes(ioport_manager &manager)
|
||||
{
|
||||
keycode_map_entry newcode;
|
||||
if (curshift == 0)
|
||||
{
|
||||
newcode.field[0] = field;
|
||||
newcode.field[1] = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
newcode.field[0] = shift[curshift - 1];
|
||||
|
Loading…
Reference in New Issue
Block a user