Add the HP Pavilion 72xx (Ruby)

This commit is contained in:
win2kgamer
2025-11-14 22:37:41 -06:00
parent 4a2b0753aa
commit c9e0a3c942
3 changed files with 114 additions and 0 deletions

View File

@@ -1006,6 +1006,7 @@ extern int machine_at_fmb_init(const machine_t *);
extern int machine_at_acerv35n_init(const machine_t *);
extern int machine_at_ap53_init(const machine_t *);
extern int machine_at_8500tuc_init(const machine_t *);
extern int machine_at_hpruby_init(const machine_t *);
#ifdef EMU_DEVICE_H
extern const device_t d943_device;
#endif