]> Shamusworld >> Repos - apple2/commit
Added initial emulator configuration window, cleanup of settings code.
authorShamus Hammons <jlhamm@acm.org>
Wed, 17 Apr 2019 03:29:58 +0000 (22:29 -0500)
committerShamus Hammons <jlhamm@acm.org>
Wed, 17 Apr 2019 03:29:58 +0000 (22:29 -0500)
commitc970c23a2e5c531cfc66642dfc5ff48a0655f14f
tree9b1cb88c254d68fb89bb963f206186c055a72842
parentefc3eeaa6f1b4147bc7747ec8691720f7f8daeeb
Added initial emulator configuration window, cleanup of settings code.

The settings code now actually saves updated settings to the config
file.  Also wrote the beginnings of a proper Config window, and a few
of the options actually work (which ones work is left as an exercise
for the reader).
23 files changed:
Makefile
apple2.cfg
src/apple2.cpp
src/fileio.cpp
src/fileio.h
src/gui/diskselector.cpp
src/gui/diskselector.h
src/gui/gui.cpp
src/gui/gui.h
src/harddrive.cpp
src/sdlemu_config.cpp [deleted file]
src/sdlemu_config.h [deleted file]
src/settings.cpp
src/settings.h
src/video.cpp
web/apple2.css
web/img/a2-icon-64x64.png
web/img/ss-01s.png
web/img/ss-02s.png
web/img/ss-03s.png
web/img/ss-04.png
web/img/ss-04s.png
web/index.html