The model structure now uses a pointer to a function that returns the pointer to the device structure, rather than a pointer to the device structure directly.
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
extern device_t pcjr_video_device;
|
||||
extern device_t pcjr_device;
|
||||
|
||||
device_t *pcjr_get_device(void);
|
||||
|
||||
Reference in New Issue
Block a user