Commit graph

22 commits

Author SHA1 Message Date
mkwong98 6208a366ce 2017-06-29 19:06:57 +08:00
mkwong98 0d16e29669 2017-06-17 12:30:55 +08:00
mkwong98 56e4ab7dfc Reroganize texture cache 2015-05-21 23:11:52 +08:00
mkwong98 8a9dd8a6c1 Temp work 2015-05-09 03:53:29 +08:00
mkwong98 f544ea70d4 Fix batch mapping for new matches 2015-03-06 23:06:38 +08:00
mkwong98 f495780202 Fix overflow and clicking noise 2015-02-24 01:06:22 +08:00
mkwong98 64afaf7a42 Add version number to config file 2015-02-24 01:05:20 +08:00
mkwong98 c2255e0696 Switches to SDL2 2015-01-14 00:38:38 +08:00
mkwong98 29bdcedf5c Change screen naming to use base 10 2014-12-26 22:49:02 +08:00
mkwong98 bb58f6c60d Disabled mouse events, improved screen shot naming 2014-12-25 00:29:55 +08:00
mkwong98 eb99bd9d94 Various changes
Added option to change the screen cap rate
Changed the caption of the game window to HDNes
Hide the mouse cursor
Enabled the window close button
2014-11-18 21:32:21 +08:00
mkwong98 99452c6258 Improve speed with glMapBuffer
Call glBufferData with null pointer to make glMapBuffer faster. Reorder
the ppu a bit.
2014-09-30 01:45:25 +08:00
mkwong98 8086d42812 Fix reading HD pack of CHR RAM games 2014-08-27 22:27:27 +08:00
mkwong98 5829aa53fb Improve screen tiles listing
Add option to show all tiles on the screen.
Show screen shot name for unmatched tiles when All is selected
2014-08-24 21:07:19 +08:00
mkwong98 91141c5bb5 Fix loading save state
Undo some of last commit and move save state and load state to the end
of frame
2014-07-20 23:10:38 +08:00
mkwong98 1bb335e14c Fix loading save state
Since some video status carry over from previous frame, the video needs
to initialize again when loading state.
2014-07-19 23:44:28 +08:00
mkwong98 00b8ea695d small optimization 2014-07-12 22:29:26 +08:00
mkwong98 26705e8b63 Display the selected screen tile enlarged on another panel 2014-07-06 20:34:18 +08:00
mkwong98 e7eb6ef900 Finish adding palette dialog 2014-07-05 22:43:29 +08:00
mkwong98 8ef154ccdd Added palette dialog
Allow the user to change the palette.
2014-07-05 01:23:35 +08:00
mkwong98 649dedc1a5 Add the ability to select multiple tiles on the same screen
Press shift or ctrl to select multiple tiles on the same screen.
2014-06-29 01:50:27 +08:00
mkwong98 5ae36cc2c7 Add the rest of source code and doc
Added folder for C++ code. Added shaders, user manual, wxwidget files
and VS files
2014-06-25 22:40:29 +08:00