mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 02:18:20 -07:00
Add the ADD-X Normerel Xenon - original patch by Kotochi, plus my fixes.
This commit is contained in:
@@ -749,6 +749,9 @@ extern int machine_at_4gpv5_init(const machine_t *);
|
||||
/* Contaq 82C597 */
|
||||
extern int machine_at_greenb_init(const machine_t *);
|
||||
|
||||
/* OPTi 499 */
|
||||
extern int machine_at_xenon_init(const machine_t *);
|
||||
|
||||
/* OPTi 895 */
|
||||
#ifdef EMU_DEVICE_H
|
||||
extern const device_t j403tg_device;
|
||||
|
||||
@@ -307,6 +307,7 @@ extern int read_type;
|
||||
|
||||
extern int mem_a20_state;
|
||||
extern int mem_a20_alt;
|
||||
extern int mem_a20_chipset;
|
||||
extern int mem_a20_key;
|
||||
|
||||
extern uint8_t read_mem_b(uint32_t addr);
|
||||
|
||||
Reference in New Issue
Block a user