Files
Dominik Behr dd1ef689f1 GRiD GRiDcase 1520 initial support (#269)
* add initial support for GRiD GRiDcase 1520

* add emulation of IDE HDD model

Certain BIOSes like GRiD 1520 can only work with a limited selection of IDE hard
drives.
Add capability to emulate particular HDD model.
Add 3 Conner drives that work with GRiD 1520.
2024-11-24 20:29:14 -08:00

6 lines
75 B
C

#ifndef _GRID_H_
#define _GRID_H_
void grid_init();
#endif /* _GRID_H_ */