Machine code restructure, models are now machines instead and the init functions are in the machine files rather than in machine.c (former model.c), also moved the machine stuff into the machine/ subdirectory.
This commit is contained in:
3
src/machine/machine_ps1.h
Normal file
3
src/machine/machine_ps1.h
Normal file
@@ -0,0 +1,3 @@
|
||||
void machine_ps1_m2011_init(void);
|
||||
void machine_ps1_m2121_init(void);
|
||||
void machine_ps1_m2133_init(void);
|
||||
Reference in New Issue
Block a user