mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
removed the function switch off write
This commit is contained in:
@@ -185,11 +185,7 @@ via_vpx_read(int func, int addr, void *priv)
|
||||
static void
|
||||
via_vpx_write(int func, int addr, uint8_t val, void *priv)
|
||||
{
|
||||
switch(func) {
|
||||
case 0:
|
||||
host_bridge_write(func, addr, val, priv);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user