Add BIOS selector and 1996 BIOS to the NEC PowerMate Vxxx (#6324)

* Add BIOS selector and 1996 BIOS to the NEC PowerMate Vxxx

Add a BIOS selector and the 1996 BIOS to the NEC PowerMate Vxxx.

* m_at_socket5.c: Version 4.04 -> Version 4.05
This commit is contained in:
Verloren50000
2025-10-12 11:31:14 +08:00
committed by GitHub
parent 9132b5cfee
commit 727b1d059d
3 changed files with 64 additions and 6 deletions

View File

@@ -922,6 +922,9 @@ extern int machine_at_pc330_65x6_init(const machine_t *);
extern const device_t zappa_device;
#endif
extern int machine_at_zappa_init(const machine_t *);
#ifdef EMU_DEVICE_H
extern const device_t powermatev_device;
#endif
extern int machine_at_powermatev_init(const machine_t *);
extern int machine_at_hawk_init(const machine_t *);