mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 09:58:19 -07:00
Merge branch '86Box:master' into machine_23
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
#include <86box/keyboard.h>
|
||||
#include <86box/sound.h>
|
||||
#include <86box/video.h>
|
||||
#include <86box/plat_unused.h>
|
||||
|
||||
// Temporarily here till we move everything out into the right files
|
||||
extern const device_t pcjr_device;
|
||||
@@ -13616,7 +13617,7 @@ machine_get_p1(void)
|
||||
}
|
||||
|
||||
void
|
||||
machine_load_p1(int m)
|
||||
machine_load_p1(UNUSED(int m))
|
||||
{
|
||||
machine_p1 = machines[machine].kbc_p1;
|
||||
}
|
||||
@@ -13628,7 +13629,7 @@ machine_get_gpio(void)
|
||||
}
|
||||
|
||||
void
|
||||
machine_load_gpio(int m)
|
||||
machine_load_gpio(UNUSED(int m))
|
||||
{
|
||||
machine_gpio = machines[machine].gpio;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user