Commit Graph

  • c950ca35d8 fixed wrong optimized sizeof(COLOR) [is 4 instead of 2] caused overwriting unrelated data mightymax 2007-01-10 15:09:18 +0000
  • 2080e19b66 fixed wrong optimized sizeof(COLOR) [is 4 instead of 2] caused overwriting unrelated data mightymax 2007-01-10 15:09:18 +0000
  • d166860a5f fastened masterbrightness on max brighten(=allwhite)/max darken(=allblack) mightymax 2007-01-10 13:25:26 +0000
  • 60f5eebe0e fastened masterbrightness on max brighten(=allwhite)/max darken(=allblack) mightymax 2007-01-10 13:25:26 +0000
  • f75f24b53d abort of masterbrightness calculation if manipulation factor is 0 mightymax 2007-01-10 13:04:39 +0000
  • 3795dfc775 abort of masterbrightness calculation if manipulation factor is 0 mightymax 2007-01-10 13:04:39 +0000
  • 9a65ce5c07 ACL checks disabled when define MMU_ENABLE_ACL is not set mightymax 2007-01-10 12:49:48 +0000
  • 3ea34a4c4b ACL checks disabled when define MMU_ENABLE_ACL is not set mightymax 2007-01-10 12:49:48 +0000
  • 2ed45a1d41 added missing * mightymax 2007-01-10 12:48:23 +0000
  • 1341f1360d added missing * mightymax 2007-01-10 12:48:23 +0000
  • ffed3785ad added accessright check to STRH/LDRH mightymax 2007-01-10 12:47:36 +0000
  • 1249531d9d added accessright check to STRH/LDRH mightymax 2007-01-10 12:47:36 +0000
  • e5578d6ca7 added windowcheck to renderline_setFinalColor mightymax 2007-01-10 12:39:21 +0000
  • d330cbde3b added windowcheck to renderline_setFinalColor mightymax 2007-01-10 12:39:21 +0000
  • 7f49e3cbff fixed masterbrightness formular, fixed typo in windowcnt_t mightymax 2007-01-10 12:38:44 +0000
  • c88bbbe9d1 fixed masterbrightness formular, fixed typo in windowcnt_t mightymax 2007-01-10 12:38:44 +0000
  • b4346d00ef removed double COLOR define mightymax 2007-01-10 11:56:07 +0000
  • 7df0d4cefc removed double COLOR define mightymax 2007-01-10 11:56:07 +0000
  • 1b06735f17 added COLOR32 structure (for those like me converting colors :)) damdoum 2007-01-10 08:58:35 +0000
  • e7eaf1d46b added COLOR32 structure (for those like me converting colors :)) damdoum 2007-01-10 08:58:35 +0000
  • f05310c559 started window implementation added COLOR structure (cleanup soon) BG priorities and OBJ priorities need better code commenting / code to explain / redo damdoum 2007-01-10 08:50:25 +0000
  • 0a505206d8 started window implementation added COLOR structure (cleanup soon) BG priorities and OBJ priorities need better code commenting / code to explain / redo damdoum 2007-01-10 08:50:25 +0000
  • 016cd09ed5 All cli UI controls centralized in src/ctrlssdl.{h,c} just like the gtk and gtk-glade UIs. evilynux 2007-01-10 06:37:55 +0000
  • 1f53977d7f All cli UI controls centralized in src/ctrlssdl.{h,c} just like the gtk and gtk-glade UIs. evilynux 2007-01-10 06:37:55 +0000
  • cd0f5ea781 Added SDL_Quit and mouse support for cli UI. evilynux 2007-01-10 06:36:26 +0000
  • d5acc47806 Added SDL_Quit and mouse support for cli UI. evilynux 2007-01-10 06:36:26 +0000
  • 8a718d5f27 Using _UI suffix for better understanding. evilynux 2007-01-10 05:04:57 +0000
  • 82d6e3b1a6 Using _UI suffix for better understanding. evilynux 2007-01-10 05:04:57 +0000
  • 1d9b17bd18 Unified joystick controls. Both gtk and gtk-glade UIs use src/ctrlssdl.{h,x} for joystick support. evilynux 2007-01-10 04:34:56 +0000
  • 17806e5641 Unified joystick controls. Both gtk and gtk-glade UIs use src/ctrlssdl.{h,x} for joystick support. evilynux 2007-01-10 04:34:56 +0000
  • 9a6a3a36f7 Unified device controls. Both gtk and gtk-glade UIs uses this for joystick support. evilynux 2007-01-10 04:33:19 +0000
  • 28830debef Unified device controls. Both gtk and gtk-glade UIs uses this for joystick support. evilynux 2007-01-10 04:33:19 +0000
  • 8002f6b129 type fixed mightymax 2007-01-10 00:37:32 +0000
  • e14d2886e5 type fixed mightymax 2007-01-10 00:37:32 +0000
  • 67ac2f8b04 prefetch now checks for rights to execute at the address. Stops execution if pc(r15) runs outside valid addressranges mightymax 2007-01-10 00:31:12 +0000
  • 3c058e7044 prefetch now checks for rights to execute at the address. Stops execution if pc(r15) runs outside valid addressranges mightymax 2007-01-10 00:31:12 +0000
  • 1ff96c7899 cp15 access check is now inline mightymax 2007-01-10 00:27:58 +0000
  • afcc4accc8 cp15 access check is now inline mightymax 2007-01-10 00:27:58 +0000
  • 54d9fa1c26 - Forgot to commit the changes to get oamView to compile shashclp 2007-01-10 00:19:16 +0000
  • ed4fde1a02 - Forgot to commit the changes to get oamView to compile shashclp 2007-01-10 00:19:16 +0000
  • c3c2b9fc75 - Added support for displaying main memory display mode - Added support for main memory display DMA - Enlarged the FIFO's to 32768 values shashclp 2007-01-10 00:06:50 +0000
  • c37d527e6a - Added support for displaying main memory display mode - Added support for main memory display DMA - Enlarged the FIFO's to 32768 values shashclp 2007-01-10 00:06:50 +0000
  • 30022dea74 Fixed compilation bug: FIFOValue was used in GPU.h without #include'ing FIFO.h, so it ends up having two 'declarations' of FIFOValue yabause 2007-01-09 23:26:38 +0000
  • a78180f607 Fixed compilation bug: FIFOValue was used in GPU.h without #include'ing FIFO.h, so it ends up having two 'declarations' of FIFOValue yabause 2007-01-09 23:26:38 +0000
  • 8157759485 - Added support for MASTER_BRIGHT - Changed a few things to get VisualC to compile GPU.c shashclp 2007-01-09 22:38:23 +0000
  • 3677d6b6aa - Added support for MASTER_BRIGHT - Changed a few things to get VisualC to compile GPU.c shashclp 2007-01-09 22:38:23 +0000
  • 629f89e81b fixed crash when changing to a errornous sounddevice (i.e. the change from wav-writer to directsound which returned E-Fail) mightymax 2007-01-09 16:30:41 +0000
  • 7d5f2b0881 fixed crash when changing to a errornous sounddevice (i.e. the change from wav-writer to directsound which returned E-Fail) mightymax 2007-01-09 16:30:41 +0000
  • bdfb144695 tried to add core A - direct RAM display mode damdoum 2007-01-09 13:59:38 +0000
  • d415706017 tried to add core A - direct RAM display mode damdoum 2007-01-09 13:59:38 +0000
  • c21a0372e9 changing gpu->BGProp[] to gpu->bgCnt[] please use the latter from now on damdoum 2007-01-09 10:52:07 +0000
  • 8820fcccc9 changing gpu->BGProp[] to gpu->bgCnt[] please use the latter from now on damdoum 2007-01-09 10:52:07 +0000
  • 87de52a0f8 added WINDOW_x registers to prepare window clipping mightymax 2007-01-09 10:18:17 +0000
  • 981bef65cf added WINDOW_x registers to prepare window clipping mightymax 2007-01-09 10:18:17 +0000
  • 07a8b0f032 used union for better handling of bitfields damdoum 2007-01-09 09:26:57 +0000
  • 831ee78f67 used union for better handling of bitfields damdoum 2007-01-09 09:26:57 +0000
  • f5238bcf92 fixed last modification (that did not compile) damdoum 2007-01-09 08:57:07 +0000
  • 4c0589f272 fixed last modification (that did not compile) damdoum 2007-01-09 08:57:07 +0000
  • f5f468387e no more gpu->prop replaced with gpu->dispCnt & macro BGxENABLED damdoum 2007-01-09 08:40:05 +0000
  • 67ea4c0d28 no more gpu->prop replaced with gpu->dispCnt & macro BGxENABLED damdoum 2007-01-09 08:40:05 +0000
  • 4ba50a1f1e _DISPCNT_ struct completed damdoum 2007-01-09 08:09:59 +0000
  • 3ed6e4733d _DISPCNT_ struct completed damdoum 2007-01-09 08:09:59 +0000
  • 86a54a81fd - Added writes to bldcnt and bldalpha when written together as a 32bit value (Fixes Zelda Gallery) shashclp 2007-01-09 04:24:32 +0000
  • 10c3eec6a4 - Added writes to bldcnt and bldalpha when written together as a 32bit value (Fixes Zelda Gallery) shashclp 2007-01-09 04:24:32 +0000
  • 4304f2dda3 -Fixed disview.c so it compiles in Visual C++ again -Added ROMReader.c/.h to Visual C++ project file cyberwarriorx 2007-01-09 03:08:20 +0000
  • 22e55575a6 -Fixed disview.c so it compiles in Visual C++ again -Added ROMReader.c/.h to Visual C++ project file cyberwarriorx 2007-01-09 03:08:20 +0000
  • c7b7789c2f - Moved the sprite drawing check to GPU_ligne - Moved some declarations so the code compiles again on VisualC shashclp 2007-01-09 00:30:59 +0000
  • 6f3de6d69c - Moved the sprite drawing check to GPU_ligne - Moved some declarations so the code compiles again on VisualC shashclp 2007-01-09 00:30:59 +0000
  • 36d854f832 Initial joypad support for cli UI. evilynux 2007-01-08 22:03:33 +0000
  • 503e58fa51 Initial joypad support for cli UI. evilynux 2007-01-08 22:03:33 +0000
  • 5f80bae387 added 16bit REG_DISPx_MOSAIC write mightymax 2007-01-08 21:51:01 +0000
  • 59e59c7c83 added 16bit REG_DISPx_MOSAIC write mightymax 2007-01-08 21:51:01 +0000
  • abf8e68cbc added support for MOSAIC effect in textBGs, test .NDS: http://desmume.sourceforge.net/forums/index.php?action=vthread&forum=2&topic=50&page=0#msg192 , doc: http://nocash.emubase.de/gbatek.htm#lcdiomosaicfunction mightymax 2007-01-08 21:49:32 +0000
  • 207f7e525d added support for MOSAIC effect in textBGs, test .NDS: http://desmume.sourceforge.net/forums/index.php?action=vthread&forum=2&topic=50&page=0#msg192 , doc: http://nocash.emubase.de/gbatek.htm#lcdiomosaicfunction mightymax 2007-01-08 21:49:32 +0000
  • 9c85d0f3d0 Better indentation so I can see something. evilynux 2007-01-08 21:12:48 +0000
  • f498b05564 Better indentation so I can see something. evilynux 2007-01-08 21:12:48 +0000
  • b79a3f067b Fixed copyright. evilynux 2007-01-08 21:02:13 +0000
  • d0f1c66b18 Fixed copyright. evilynux 2007-01-08 21:02:13 +0000
  • 0df506db73 Script to regenerated autotools files. evilynux 2007-01-08 20:59:57 +0000
  • 2c7f39de03 Script to regenerated autotools files. evilynux 2007-01-08 20:59:57 +0000
  • e7c4734cff Initial joypad support for gtk UI. evilynux 2007-01-08 20:57:14 +0000
  • b57eb38f6f Initial joypad support for gtk UI. evilynux 2007-01-08 20:57:14 +0000
  • af1bde05d9 Centralized includes. evilynux 2007-01-08 20:56:27 +0000
  • 297546ca56 Centralized includes. evilynux 2007-01-08 20:56:27 +0000
  • 182a93cb4c Proper indent for Joypad const. evilynux 2007-01-08 20:52:30 +0000
  • bb5c68c5bc Proper indent for Joypad const. evilynux 2007-01-08 20:52:30 +0000
  • 486d28aea7 Removed useless include. evilynux 2007-01-08 20:45:56 +0000
  • 89f75a5c8b Removed useless include. evilynux 2007-01-08 20:45:56 +0000
  • f7f03f7bb6 Added copyright on DeSmuME team as there were no owner. evilynux 2007-01-08 20:44:44 +0000
  • dddd335663 Added copyright on DeSmuME team as there were no owner. evilynux 2007-01-08 20:44:44 +0000
  • f5e00d6189 added more comments, removed the suspicious(and false) color shifting, fixed typo/naming prob from 1.31 mightymax 2007-01-08 18:09:47 +0000
  • 29a22e04dd added more comments, removed the suspicious(and false) color shifting, fixed typo/naming prob from 1.31 mightymax 2007-01-08 18:09:47 +0000
  • ff2b794d64 _DISPCNT_ structure definition damdoum 2007-01-08 16:56:51 +0000
  • b4bd01530f _DISPCNT_ structure definition damdoum 2007-01-08 16:56:51 +0000
  • c28b17c794 fixed DISPCNT_DISPLAY_MODE which broke framebuffer mode (oups) mightymax 2007-01-08 14:38:56 +0000
  • 49e79a6ee4 fixed DISPCNT_DISPLAY_MODE which broke framebuffer mode (oups) mightymax 2007-01-08 14:38:56 +0000
  • 2cd9ca118a evilynux patch... damdoum 2007-01-08 14:17:29 +0000
  • 6aaaed2454 evilynux patch... damdoum 2007-01-08 14:17:29 +0000
  • e8e6fc402d added GPL notice damdoum 2007-01-08 13:14:10 +0000
  • c54b8b793e added GPL notice damdoum 2007-01-08 13:14:10 +0000