Commit Graph

2230 Commits

Author SHA1 Message Date
yabause f3e18f0457 Applied evilynux patch to glade port, it seems that the port now compiles
fine so it's included in autotools scripts.
2007-01-06 09:59:28 +00:00
mightymax 21a8bc42b3 included REG_DISPx_BLDY to pass to GPU 2007-01-05 23:04:38 +00:00
mightymax a61bc58dc4 added missing special color effects (brighten/darken, included OBJs as effect target 2007-01-05 23:03:47 +00:00
mightymax 027ecb5373 added REG_BLDCNT support -> Working tilemap alpha blending 2007-01-05 19:29:29 +00:00
damdoum aec299664e size 1x 2x 3x 2007-01-05 17:59:01 +00:00
damdoum e725030db9 scaling 1x 2x 3x 2007-01-05 17:52:40 +00:00
damdoum b72cfed09a dtools : io regs working now 2007-01-05 13:39:45 +00:00
mightymax 340864c47a fixed linenumber showed when switching arm/thumb view 2007-01-05 13:04:52 +00:00
mightymax 2f3bc5f92c added cp15 region access checks 2007-01-05 12:56:53 +00:00
damdoum 5180340738 cleanup unnecessary files 2007-01-05 12:16:31 +00:00
damdoum 7d3559bf4b cleanup in unnecessary files
modified automake file (but Makefile.in needs be modified too)
2007-01-05 11:20:43 +00:00
damdoum 1071c4087e changed Makefile to add debug tools ui
need change of autoconfigure script
2007-01-05 10:52:53 +00:00
damdoum ae44368182 relocated glade & resource files
began debug tools ui
2007-01-05 10:46:05 +00:00
yabause 8a6bb9a809 Modified autotools scripts to handle glade port. It is disabled for now,
as it seems there's some missing files in the gtk-glade dir.
2007-01-05 01:12:31 +00:00
yabause ec440a0d60 Removed the last changes to autotools scripts, I gonna add better glade
detection later.
2007-01-04 00:03:52 +00:00
damdoum 55cfb520b8 damdoum 2007-01:
gtk-glade ui files
2007-01-03 23:54:08 +00:00
damdoum daf5d2713d damdoum 2007-01 :
added gtk-glade ui
needs libglade-2.0 and "-Wl,-export-dynamic" for compilation
2007-01-03 23:51:04 +00:00
yabause 15d890bcd3 Commited Cyrille Bagard patch to SWAP macro 2006-12-26 21:07:39 +00:00
yabause f1f3c38c42 Fix to the gtk port so versions of gtk without g_file_set_contents can
be used.
2006-12-25 22:06:15 +00:00
cyberwarriorx 2713e143ef -Should be accurate now 2006-12-23 21:50:45 +00:00
yabause 58dd16bff9 Added an autopackage configuration file and updated autotools scripts. 2006-12-23 21:26:21 +00:00
yabause d4e8d301f8 Added README.LIN and fixed a typo in README.WIN 2006-12-23 21:15:42 +00:00
cyberwarriorx 575b480f27 -Updated version. configure,etc. still needs to be rebuilt though 2006-12-23 16:04:17 +00:00
cyberwarriorx a3c3b405c1 -Added a couple of contributors 2006-12-23 16:03:45 +00:00
cyberwarriorx a8f2c73d6d -Oops, missed a couple of things 2006-12-23 13:44:11 +00:00
cyberwarriorx f7994c0f4a -Argh, I hope there isn't anything important I missed. 2006-12-23 13:43:21 +00:00
cyberwarriorx b068b0222b -Updated authors list. I'm pretty sure this will have to be changed yet 2006-12-23 11:49:12 +00:00
cyberwarriorx 9f817cfca2 -Added main readme file
-Fixed a grammar issue that Normmatt found
-Fixed a formatting issue
2006-12-23 11:39:19 +00:00
cyberwarriorx 3eb8d8fa9f -Added readme for windows's port in preparation of release 2006-12-23 10:31:24 +00:00
cyberwarriorx 2f32db41cb -Added some SWI changes Mighty Max sent me. Relocating SWI routines should work now. 2006-12-23 00:52:11 +00:00
yabause c5c1ac7895 fixed compilation issues for gtk port. 2006-12-17 11:04:58 +00:00
cyberwarriorx 326109d0c8 -Couple of backup memory fixes
-Changed NDS_LoadROM so it takes two more additional arguements(backup memory type and size)
-Changed windows port so it preserves the setting for backup memory when loading a new rom, this should fix some backup memory corruption issues
2006-12-10 03:26:01 +00:00
cyberwarriorx dcdfbd1411 -Frameskipping is now configurable. Settings are also loaded and saved from/to the ini file 2006-12-09 23:47:01 +00:00
cyberwarriorx 3aa8497c47 -Closing the IO register dialog no longer crashes the program anymore 2006-12-09 07:12:18 +00:00
cyberwarriorx 7ab8846882 -Fixed a bug that only showed up when I was compiling with mingw(I guess microsoft compilers must handle free()'s to invalid pointers a lot better) 2006-12-09 05:19:56 +00:00
cyberwarriorx 567d403a3e -Added a new register define
-Changed MMU.c to use register defines
2006-12-09 05:04:04 +00:00
cyberwarriorx c06e0c2c29 -Code is no longer dependent on libnds
-Fixed a bug where the old backup memory file handle wasn't being freed before opening a new one.
2006-12-09 01:05:26 +00:00
cyberwarriorx fe2e82c8a6 -Fixed a memory leak in Rom Info dialog
-Rom Info and Reset menu options are now only enabled after a ROM has been loaded
2006-12-08 06:40:02 +00:00
cyberwarriorx dce78ebfaa -A few more internal variables are now being reset 2006-12-08 05:26:50 +00:00
cyberwarriorx e408d73320 -Reworked rom loading so you can load a different rom without any problems
-Finished NDS_Reset. Now the emulation can be reset even while running.
2006-12-08 04:03:18 +00:00
cyberwarriorx ffc132cd96 -Fixed a bug in the SPU_Reset function
-Removed an unused variable
2006-12-07 03:55:41 +00:00
cyberwarriorx 4fb62b85cc -Added quick save state saving/loading to the windows port's menu
-Added shortcut keys for quick save state saving/loading to the window's port. Use shift+F1-F10 keys for saving, and F1-F10 for loading
2006-12-01 23:56:05 +00:00
yabause cc2a52a3a2 Changed GPU_screen to u8 * 2006-12-01 21:33:45 +00:00
cyberwarriorx abc9d733b2 -Fixed a couple of warnings
-Added a few menu options for accessing the website, forums, and for submitting bugs.
2006-12-01 06:36:02 +00:00
cyberwarriorx 8054223d02 -Fixed a number of warnings 2006-12-01 06:34:13 +00:00
cyberwarriorx d0960e5db7 -files now compile in VC++ 2006-12-01 03:45:58 +00:00
yabause b33d11bffb Added "volatile" to execute in cli and gtk ports. 2006-11-30 22:35:11 +00:00
yabause e739ac4b8c Applied freebsd patch by stsp :) 2006-11-30 22:19:57 +00:00
cyberwarriorx af06f98596 -files now compile in VC++ 2006-11-30 21:43:48 +00:00
cyberwarriorx 63614f864e -files now compile in VC++ 2006-11-30 20:34:02 +00:00