Commit Graph

962 Commits

Author SHA1 Message Date
mightymax 7b37990d8f support for direct color extrot bitmap opaque bit. Refer GFX TestNDS @ http://desmume.sourceforge.net/forums/index.php?action=vthread&forum=2&topic=50 2007-01-08 12:21:13 +00:00
damdoum ef905c5177 made sprite1D and sprite2D more understandable
(using new struct _OAM_ fields)
2007-01-08 01:50:31 +00:00
damdoum 68dba08480 alpha blending - disabled check for invisible pixels (since some
graphics were not drawn anymore)

added OAM bit fields
2007-01-07 23:53:14 +00:00
mightymax 19a6b90945 ROMReader.c/h included 2007-01-07 23:42:57 +00:00
mightymax 1fa614817b removed execution break from STC/LDC, the nds has no coproc that respond to any of them. without response, nothing is triggered/executed on the cpu. dslinux works now ;) 2007-01-07 23:07:52 +00:00
mightymax 498c2b0550 fixed and commented interrupt waiting for cp15 2007-01-07 22:30:11 +00:00
mightymax b86c3f4ee6 added speedchecks to alphablending, added comments to explain its steps, replaced another set of bitmasks against defines 2007-01-07 21:49:28 +00:00
yabause eafe6526c6 Added a zip ROMReader code based on libzzip and fixed a few bugs
in ROMReader interface.
2007-01-07 21:38:23 +00:00
mightymax d53e9a93d2 compiles again under win32 & systems without gzip, added checks for invalid file ptrs 2007-01-07 21:00:45 +00:00
shashclp c984c44a84 - Some performance checks in case of sprites disabled 2007-01-07 20:27:17 +00:00
damdoum 103fe72454 some more cleaning using macros 2007-01-07 19:58:11 +00:00
damdoum d1a207c73f some cleaning so that it can be understood easier 2007-01-07 18:59:59 +00:00
yabause 6c383a2ce2 Added Rom header core definition and two cores:
- standard one open a "normal" rom
- gzip one opens a gzip'ed rom
Now it should be easy to add new cores to handle other compression formats
2007-01-07 16:16:54 +00:00
mightymax f160a32561 replaced unreadable bitmasks with named defines 2007-01-07 14:31:17 +00:00
damdoum fb586a2359 cleaner code (using macros) 2007-01-07 14:18:03 +00:00
damdoum 7476a02675 began correcting this error : actions not enabled when loading rom from
command line
2007-01-07 12:37:41 +00:00
damdoum 225c332ba3 alpha blending corrected (?) 2007-01-07 11:46:34 +00:00
mightymax 4a84175459 fixed VRAM_BANK_E in ExtPal mode 2007-01-07 11:35:55 +00:00
damdoum dacfc4613c showing real changes
(sorry i had disabled effects to spot errors, back now)
2007-01-07 11:23:19 +00:00
damdoum 1fc939f31c corrects some error l787 & l797
(some objects were not drawn anymore -> used the prior formula)
2007-01-07 10:48:28 +00:00
mightymax 7e15fa37e5 support for sprite enable bit in DISPCNT (bug report #1629605) 2007-01-07 09:13:25 +00:00
damdoum 81883e1194 small cleanup 2007-01-07 09:06:29 +00:00
damdoum ffd3a5461e some more FPS !!!
faster rgb image decode (not gtk/gdk dependant and
could be moved to all ports)
Enjoy
2007-01-07 01:58:32 +00:00
yabause 939b5e7a5b Commited anonymous patch for incorrect x/y buttons on gtk port. 2007-01-07 01:01:24 +00:00
yabause 9964b5ad3e Commited cribbe patch for gzipped roms.
I've added #ifdef to the code, so desmume still compiles if libz isn't
installed. Now it would be better to use "cores" for file accesses as it
would be a mess to add support for zip, rar, etc. in such a way.
2007-01-07 00:45:43 +00:00
damdoum b01c65aea9 gap between screens modified (works now horiz. and vert.) 2007-01-07 00:20:12 +00:00
yabause 95b6ea0b27 Commited evilynux patch for gap between screens. 2007-01-07 00:02:16 +00:00
shashclp 5dae3a7a8a Added the missing semicolons :) 2007-01-06 18:25:16 +00:00
damdoum 707792dae1 SPU.h : made SPU_Pause visible
gtk-glade : mute sound & boost key
2007-01-06 15:08:41 +00:00
mightymax 83e873f945 fixed recalculate permission masks on region permission added, corrected ITCM base address write, its read only 2007-01-06 14:37:30 +00:00
mightymax ce6d304d85 fixed recalculate permission masks on region permission added, corrected ITCM base address write, its read only 2007-01-06 14:13:01 +00:00
damdoum f3abae1025 scaling 1x 2x 3x
rotating (e.g. Brain Age)
deleted Makefile (is generated !)
2007-01-06 13:26:54 +00:00
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