Added PS/2 Model 70 (type 3 & 4) emulation.
This commit is contained in:
parent
8546ce14f0
commit
c8e6fc7ce3
8 changed files with 405 additions and 7 deletions
|
|
@ -1,3 +1,6 @@
|
|||
void ps2_mca_board_model_50_init();
|
||||
void ps2_mca_board_model_55sx_init();
|
||||
void ps2_mca_board_model_70_type34_init(int is_type4);
|
||||
void ps2_mca_board_model_80_type2_init();
|
||||
|
||||
void ps2_cache_clean();
|
||||
|
|
|
|||
Loading…
Reference in a new issue