Commit Graph

21 Commits

Author SHA1 Message Date
InvisibleUp
288f4d6962 Remove more Pascal-style type specifiers 2023-10-22 13:36:34 -07:00
InvisibleUp
5c6bbec87a Add configuration file support
Also tweaked with the UseLargeScreen hack and factored out some more
stuff into src/HW/RAM.
2020-07-10 21:51:05 -04:00
InvisibleUp
b4854c1546 Fix start-up crash due to invalid SDL usage
This is now, minus configuration, fully functional again. Nice.
2020-07-04 18:30:15 -04:00
InvisibleUp
514add67d8 Begin a WIP rewrite of VIAEMDEV.c
Beyond the over-reliance on #ifdefs for servicing interrupts (which
breaks pretty much everything), my gut's telling me that it's just not
the best implementation. IDK. Let's see where this goes.
2020-05-25 21:49:45 -04:00
InvisibleUp
306347d6c2 Fix CMake build for SONY.bin, Windows resource file 2020-05-25 13:17:12 -04:00
InvisibleUp
c03084ea30 HACK: Fix non-functional RTC by reverting code 2020-04-30 21:22:28 -04:00
InvisibleUp
fc7898c4d7 Remove AltKeysMode and force on AutoSlow 2020-04-13 22:06:17 -04:00
InvisibleUp
f5a3528db9 Force EnableMagnify and VarFullScreen flags to 1 2020-04-13 21:46:51 -04:00
InvisibleUp
be71368cf7 WIP: Move screen size to variables
Non-windows systems are probably broken right now. Color display in
general is probably broken. But, soon, you will be able to change the
screen size and color depth without recompiling. That would be nice.
2020-03-05 21:54:02 -05:00
InvisibleUp
4b9e429c82 More PROGMAIN cleanup 2020-03-05 20:51:39 -05:00
InvisibleUp
ae159cb2d7 Modularize PROGMAIN.c some 2020-03-03 15:13:19 -05:00
InvisibleUp
f2e88fb4fb WIP: Begin moving #ifs to constants 2020-03-03 13:31:11 -05:00
InvisibleUp
377200db4b Move all remaining source files into directories
Now everything is nice and clean and easy to find!
2020-02-27 00:11:43 -05:00
InvisibleUp
bee3102834 Move more files into dirs; fix .h include guards 2020-02-26 23:31:48 -05:00
InvisibleUp
b49a10c6e9 Move ADB, PMU files into new dir 2020-02-26 22:44:56 -05:00
InvisibleUp
b98c8a8646 More type/my name standardization 2020-02-11 00:34:32 -05:00
InvisibleUp
408d6bedc5 Move M68K emulation src to new subdir 2020-02-10 23:26:03 -05:00
InvisibleUp
d01d2f9e09 Move UI stuff into a subdirectory
It seems that the resource file isn't ever attached to the EXE on Win32
2020-02-10 23:12:22 -05:00
InvisibleUp
824686b784 Remove all non-example use of "My" in var names 2020-02-10 22:56:58 -05:00
InvisibleUp
2373c19e72 Replace custom integer types with C stdint.h defs 2020-02-10 22:46:59 -05:00
InvisibleUp
48676c4abf Initial commit 2019-07-22 22:50:34 -04:00