Handful of function renames

This commit is contained in:
Jasmine Iwanek
2023-02-07 18:06:50 -05:00
parent 3dfb553555
commit fea5ac681b
6 changed files with 15 additions and 15 deletions

View File

@@ -138,7 +138,7 @@ int
machine_available(int m)
{
int ret;
device_t *d = (device_t *) machine_getdevice(m);
device_t *d = (device_t *) machine_get_device(m);
bios_only = 1;