The Virtual PC 2007 machine now correctly uses the version of 440BX without AGP.

This commit is contained in:
OBattler
2021-10-21 21:18:20 +02:00
parent 7a27c329c7
commit 85f810aa22
3 changed files with 16 additions and 2 deletions

View File

@@ -75,6 +75,7 @@ extern const device_t i440fx_device;
extern const device_t i440lx_device;
extern const device_t i440ex_device;
extern const device_t i440bx_device;
extern const device_t i440bx_no_agp_device;
extern const device_t i440gx_device;
extern const device_t i440zx_device;