Commit Graph

7 Commits

Author SHA1 Message Date
waltje
928e698cc9 Fixed a bug in config.c which made it no longer see floppy drives. Whoops!
Small fixes here and there.
Removed support for D9DX completely.
Big edit to make all code use the new tmrval_t type for timers instead of int64_t, and (because of that) added timer.h to many files.
2019-05-18 19:43:53 -05:00
waltje
ae3d67c8e2 Updated to make 'memregs' a device in devices/system/memregs.c
Updated to make 'port92' (from mem.ch) a device in devices/system/port92.c
Several small changes and cleanups.
Big edit to replace the 'void *' arguments with a new priv_t typedef to allow better enforcing of types in future cleanup rounds.
2019-05-16 20:35:00 -05:00
waltje
756d227f7a Whoops, forgot a few timer_add's there. Crashy! 2019-04-25 21:10:07 -05:00
waltje
00f13aff16 Updated mem.c to fix compiler warnings.
Cleaned up timer.c and timer.h, and files depending on it.
2019-04-25 20:29:17 -05:00
waltje
2f69c95152 Full Upgrade to the 1.7 tree. 2018-10-06 18:31:10 -04:00
waltje
f42108cb03 Fixed silly typo. 2018-03-08 16:00:22 -05:00
waltje
7f4ddcd70b Import of all sources. 2018-02-20 21:52:53 -05:00