update README
[rofl0r-VisualBoyAdvance.git] / ChangeLog.1.7.1
blobc5d313114b46db9a7badbcf590501aee79ecaab4
1 2004-02-07  Forgotten  <forgotten@users.sourceforge.net>
3         * src/SDL.cpp (main): disable remove intros option
4         * src/win32/MainWndOptions.cpp (OnUpdateOptionsEmulatorRemoveintrosgba): disable remove intros option
5         * src/win32/MainWnd.cpp: disable remove intros option
6         * src/win32/VBA.cpp: fix power management code
7         * src/win32/MainWnd.cpp (OnMySysCommand): fix power management code
8         * src/win32/MainWndFile.cpp: fix power management code
10 2004-02-06  Forgotten  <forgotten@users.sourceforge.net>
12         * src/Sound.cpp (soundSetQuality): avoid turning sound on if sound off is checked
13         * src/gb/gbSound.cpp (gbSoundSetQuality): avoid turning sound on if sound off is checked
14         * src/GBA.cpp (CPUSoftwareInterrupt): added SWI call to exit emulator
16 2004-02-05  Forgotten  <forgotten@users.sourceforge.net>
18         * src/win32/MainWnd.cpp (FileRun): update battery file more often
19         * src/win32/VBA.cpp (system10Frames): update battery file more often
20         * src/gb/gbMemory.cpp: update battery file more often
21         * src/gb/GB.cpp: update battery file more often
22         * src/System.h: update battery file more often
23         * src/Sram.cpp (sramWrite): update battery file more often
24         * src/SDL.cpp (main): update battery file more often
25         * src/GBA.cpp: update battery file more often
26         * src/Flash.cpp (flashWrite): update battery file more often
27         * src/EEprom.cpp (eepromWrite): update battery file more often
29 2004-01-30  Forgotten  <forgotten@users.sourceforge.net>
31         * src/win32/OpenGL.cpp (render): fix memory leak in OpenGL rendering
33 2004-01-29  Forgotten  <forgotten@users.sourceforge.net>
35         * src/gb/gbCodes.h: fix HALT when no matching in IE and IF
37 2004-01-28  Forgotten  <forgotten@users.sourceforge.net>
39         * src/prof/prof.cpp: fix compile warnings
40         * src/win32/MainWndTools.cpp: switch to use structure functions
41         * src/win32/MainWndFile.cpp: switch to use structure functions
42         * src/win32/VBA.cpp (VBA): use structure instead of individual functions for emulation
43         * src/win32/VBA.h (class VBA): use structure instead of individual functions for emulation
44         * src/win32/MainWnd.cpp: switch to use structure functions
45         * src/System.h: structure for emulator functions
46         * src/win32/MainWnd.cpp (FileRun): save rom size for later use
47         * src/win32/BugReport.cpp (createReport): include cart save strings to bug report
49 2004-01-25  Forgotten  <forgotten@users.sourceforge.net>
51         * src/win32/AboutDialog.cpp (OnInitDialog): fix problem with translator URLs not working correctly and force URL to new site
52         * src/win32/MainWndHelp.cpp (OnHelpFaq): update FAQ URL to new site
54 2004-01-21  Forgotten  <forgotten@users.sourceforge.net>
56         * src/Util.cpp (utilLoad): fix possible memory corruption when loading files with a passed in memory location
58 2004-01-20  Forgotten  <forgotten@users.sourceforge.net>
60         * src/Port.h (READ32LE): big endian updates from flea
61         * src/GBA.cpp: big endian updates from flea
62         * src/Cheats.cpp: big endian updates from flea
63         * src/win32/VBA.cpp (VBA): initialize default GB color palette
64         * src/win32/Direct3D.cpp (initialize): avoid resetting GB colors set by user
65         * src/win32/OpenGL.cpp (initialize): avoid resetting GB colors set by user
66         * src/win32/GDIDisplay.cpp (initialize): avoid resetting GB colors set by user
67         * src/win32/DirectDraw.cpp (initializeOffscreen): avoid resetting GB colors set by user
69 2004-01-19  Forgotten  <forgotten@users.sourceforge.net>
71         * src/gb/GB.cpp (gbEmulate): reset the window line before starting a new frame
72         * src/elf.cpp (elfRead): fix memory leak
73         * src/GBA.cpp (CPULoadRom): avoid crash with invalid ELF file
75 2004-01-18  Forgotten  <forgotten@users.sourceforge.net>
77         * src/win32/FileDlg.cpp (FileDlg): fix problem on 320x240 mode
78         * src/win32/ZoomControl.cpp (OnPaint): fix crash on map/oam/tile viewer
80 2004-01-16  Forgotten  <forgotten@users.sourceforge.net>
82         * win32/GBMemoryViewerDlg.cpp (OnLoad): fixed bug loading memory dump
83         * win32/MemoryViewerDlg.cpp (OnLoad): fixed bug loading memory dump
85 2004-01-15  Forgotten  <forgotten@users.sourceforge.net>
87         * win32/VBA.cpp: store throttle value
89 2004-01-14  Forgotten  <forgotten@users.sourceforge.net>
91         * win32/VBA.cpp (adjustDestRect): fix multi-mon support
92         * win32/FileDlg.cpp (FileDlg): fix problem on VC 7.1
93         * win32/MainWnd.cpp (OnActivateApp): fix compile errors on VC 7.1
94         * win32/GBCheatsDlg.cpp: fix compile errors on VC 7.1
95         * win32/GBACheats.cpp: fix compile errors on VC 7.1
96         * bios.cpp: fix compile errors on VC 7.1