mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 18:08:20 -07:00
Fixes
This commit is contained in:
@@ -110,7 +110,7 @@ extern void spd_write_drbs_ali1621(uint8_t *regs, uint8_t reg_min, uint8_t reg_m
|
||||
extern void spd_write_drbs_intel_815ep(uint8_t *regs);
|
||||
|
||||
/* 815EP Memory Hack Specific */
|
||||
extern void intel_815ep_spd_init(); /* Initialize the SPD (For the Machines) */
|
||||
extern uint8_t intel_815ep_get_banking(); /* Get the Banking Configuration (For the Chipset) */
|
||||
extern void intel_815ep_spd_init(void); /* Initialize the SPD (For the Machines) */
|
||||
extern uint8_t intel_815ep_get_banking(void); /* Get the Banking Configuration (For the Chipset) */
|
||||
|
||||
#endif /*EMU_SPD_H*/
|
||||
|
||||
Reference in New Issue
Block a user