mirror of
https://github.com/sarah-walker-pcem/pcem.git
synced 2025-07-23 19:50:35 +02:00
* 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.
6 lines
75 B
C
6 lines
75 B
C
#ifndef _GRID_H_
|
|
#define _GRID_H_
|
|
void grid_init();
|
|
|
|
#endif /* _GRID_H_ */
|