From WikiTemp, the GBAtemp wiki
m (Just a little stub to get started with)
Line 1: Line 1:
== No$gba --an Overview==
 
 
 
No$gba is a GBA emulator turned GBA + DS emulator made by Martin Korth.
 
No$gba is a GBA emulator turned GBA + DS emulator made by Martin Korth.
 
== No$gba Compatibility List == 
 
Compatibility List to go here* 
 
 
{|border="0" cellspacing="1" cellpadding="0" style="background:#F5F5F5;border: 1px #000000 solid;" width=100%
 
! style="background:#F5F5F5;border: 1px #000000 solid;" |ROM Title
 
! style="background:#F5F5F5;border: 1px #000000 solid;" |Version
 
! style="background:#F5F5F5;border: 1px #000000 solid;" width=50% |Notes
 
|-
 
|align="center"|Game name here
 
|align="center"|2.x
 
|align="center"|Notes go here
 
|-}
 
   
 
More detailed bug reports will be linked to the semi-official No$gba topic(s) in [http://gbatemp.net/index.php?showforum=28 DS Emulation]
 
 
== Changelog == 
 
Here is the changelog since the last version. 
 
 
 
<pre>21 March 2007 - version 2.4
 
- xboo: retested all xboo functions, re-fixed gba-bios dump, faster nds-download
 
- nds/2d: fixed crash on empty/unallocated extended-obj-palette-slot (spiderman)
 
- nds/3d/help: added various important notes in polygon light parameters chapter
 
- nds/3d: recurses directional matrix (as on real nds, instead of gl_normalize)
 
- nds/3d: skinning support (by soft_mul_vector, instead opengl modelview matrix)
 
- nds/cart/help: added new info on first 2K of secure area (fixed bytes, crc16)
 
- nds/gba/xboo: includes cmd/length in checksums (rather than raw data-checksum)
 
- nds/xboo: get_info shows nds-backup type (chip-id and status-register bits)
 
- nds/2d: fixed unrotated 512x256/512x512 bitmap sizes (thanks Kevin Keeling)
 
- nds/dma: prevents dma from accessing tcm (for compatibility with downhill jam)
 
- nds/xboo: added download NDS-cart from NDS-slot (slow 2 megabytes per minute)
 
- nds/gba/xboo: splits downloads into small blocks (with block-retry on bad crc)
 
- nds/cartloader: also accepts already-decrypted-and-destroyed secure-area-id's
 
- gba/undoc/help: added newly discovered wram-disable bits (4000800h bits 0,5)
 
- nds/cart: emulates correct nds chip-id size-field in respect to rom-image size
 
- nds/cart/help: added note on nds-cart chip-id size field (nn+1 megabytes)
 
- nds/screenshot: supports dual 256x192pix screens (as simple 256x384 bitmap)
 
- nds/3d: supports keep-old-depth-setting for translucent-polygons (DepthMask)
 
- nds/3d/rear: supports rear-plane rgba/depth bitmap (killer slow when/if used)
 
- nds/3d/io: new 8bit write support, fixed 16bit write (accidently out_32_norm)</pre> 
 
-   
 
- [[Category:NDS Emulators]] 
 
- [[Category:GBA Emulators]]
 

Revision as of 21:43, 5 March 2007

No$gba is a GBA emulator turned GBA + DS emulator made by Martin Korth.