Commit Graph

438 Commits

Author SHA1 Message Date
damdoum 5c6249697d added OBJ window 2007-01-19 15:40:14 +00:00
evilynux 253b56c36d Savestates _should_ always be valid now. 2007-01-19 06:21:13 +00:00
evilynux dafb779c35 More work on savestates. There are still some things to solve:
- Setting the menu item as active will make DeSmuME go crazy!?
- Saving the state doesn't always work i.e. the state is invalid?!
2007-01-19 05:45:59 +00:00
damdoum 5f2f862ffc moved some code (sprite w/ 16c palettes)
fixed bad sprite display (wrong part displayed)
2007-01-18 20:58:58 +00:00
damdoum 9e2360e90d tried to make window more legible 2007-01-18 16:30:43 +00:00
damdoum ce5e93c559 comments 2007-01-18 14:45:16 +00:00
damdoum ed32ddbf13 comments + re-fixed 0-sized windows 2007-01-18 14:40:24 +00:00
damdoum 2f8b238dc0 window & wrap (began fixing) 2007-01-18 14:08:56 +00:00
damdoum 6a76b252ed typo sorry :) 2007-01-18 10:46:52 +00:00
damdoum ecf08a0f24 included stave states menus (not complete) 2007-01-18 10:39:33 +00:00
evilynux 7d52023157 Added joystick axis configuration. 2007-01-18 08:07:26 +00:00
shashclp a16c371176 - Fixed MOV according to documentation, fixes armwrestler first page
Reference: http://nocash.emubase.de/gbatek.htm#arm5dataprocessing (undex Using R15)
2007-01-18 04:00:25 +00:00
yabause 4dbdbb7a0b Reverted src/Makefile.am to previous version. You can't have a variable
substituion in _SOURCES, see:
http://sources.redhat.com/automake/automake.html#Conditional-Sources
2007-01-17 22:16:50 +00:00
evilynux 2ab236d647 Updated with Guillaume's permission. 2007-01-17 20:58:46 +00:00
evilynux a000213e3c Use lookup_key() on keyboard events. 2007-01-17 20:43:48 +00:00
evilynux 9814b454f0 Clarified Axis keys using constants. 2007-01-17 20:42:51 +00:00
evilynux fd4e16372b - More keyboard input handling centralization.
- Added save/load joystick configuration support to gtk and gtk-glade UIs.
2007-01-17 20:16:58 +00:00
evilynux d31f0ccea1 Renamed button_DEBUG to button_Debug for consistency. 2007-01-17 19:26:24 +00:00
damdoum e34e198b78 tried to fix glitch where 16 color sprite were wrongly displayed 2007-01-17 12:54:55 +00:00
cyberwarriorx 6740fade4d -Potential fix for the sound hardware issue 2007-01-17 03:19:08 +00:00
damdoum 110be2dd8a & is binary, && is logical
there wasn't any typo (see behavior with window.nds)
2007-01-16 17:15:40 +00:00
evilynux fe8b3ac82c Fixed windows/out of windows: was "&" instead of "&&". 2007-01-16 15:55:19 +00:00
damdoum 0267281cdb factored a little bit windows/out of windows 2007-01-16 14:20:11 +00:00
evilynux f1b0bcf7c2 Fixed 16bit and 32bit displays. 2007-01-16 06:29:03 +00:00
mightymax ebe9402dab fixed var declaration 2007-01-15 20:17:42 +00:00
damdoum 47dd6e5501 fixed display (calculation of position) 2007-01-15 17:19:05 +00:00
mightymax 0ef49514cf added Magnify/DeMagnify menuitems 2007-01-15 16:59:03 +00:00
damdoum 7c510bed83 fancier IO regs :) 2007-01-15 15:22:37 +00:00
evilynux ae2a5bf81a Replaced two types with our ones we've defined. 2007-01-14 22:28:39 +00:00
evilynux 7e16129239 Fixed value display format: all caps. 2007-01-14 22:23:07 +00:00
evilynux 14dfb3a2d4 - registerTool only when autorefresh is enable. 2007-01-14 22:18:24 +00:00
evilynux 736cd3d484 Do not show joystick configuration dialog when the emulator is running. 2007-01-14 21:57:07 +00:00
evilynux 3180442f36 - Swaped X and Y in configuration dialog. 2007-01-14 21:38:43 +00:00
evilynux c835b0b91b - Centralized NDS keypad update. 2007-01-14 21:37:36 +00:00
evilynux a8930fe00d - Centralized NDS keypad update.
- Fixed X and Y keys.
2007-01-14 21:33:03 +00:00
cyberwarriorx ad95a0a377 -Fixed an issue where winsock.h and winsock2.h were both being included in Visual C++
-Fixed a variable declaration issue.
2007-01-14 21:33:01 +00:00
evilynux e5f3484d25 - Centralized NDS keypad update. 2007-01-14 21:31:42 +00:00
evilynux 60d241dea7 - Centralized NDS keypad update.
- Added get_keypad function to get current keypad state.
- Use SDL keynames for keyboard.
2007-01-14 21:28:17 +00:00
cyberwarriorx 98af2c7bb6 -Fixing code so it compiles under Visual C++ again. This is the last time I'm fixing these type of errors 2007-01-14 21:12:21 +00:00
evilynux 741c92f18e Added comment + fixme note to joystick function. 2007-01-14 19:42:17 +00:00
mightymax a318625978 missed one touchscreen calculation for scaling, done now 2007-01-14 19:27:18 +00:00
evilynux 4eff67a328 Refactored io_regs:
- showing all registers at the same time;
- possibility to autorefresh or refresh manually;
- removed display registers, please use the nice memory viewer.
2007-01-14 19:06:38 +00:00
mightymax 20b7558e7b BitmapInfo.height for 180� rotation fixed 2007-01-14 16:47:02 +00:00
damdoum f5f02f3f4d palette viewer auto update
+ extended palettes
2007-01-14 16:10:22 +00:00
mightymax af77dd2c21 corrected touchscreen input after resizing 2007-01-14 15:39:29 +00:00
damdoum 98d59786db palette viewer :) 2007-01-14 15:14:54 +00:00
mightymax 70cd6c5e7f added window resizing 2007-01-14 14:54:48 +00:00
normmatt234 cddf03090b Added Screen Rotation patch by Guerrero747 2007-01-14 13:21:44 +00:00
damdoum 48ef78e1d0 libgen.h no more used
fixed broken callbacks
2007-01-14 12:26:12 +00:00
damdoum bde68ebf5e Makefile.in overwritten by autogen.sh (sorry if it breaks anything)
src/Makefile.am -> made fs-$(arch).c file in the source
gtk-glade : began palette viewer
2007-01-14 11:53:04 +00:00