(GBA/NDS) No$gba v2.9 - 模擬器

Gilbert avatar
By Gilbert
at 2018-06-19T17:28

Table of Contents

2018.06.14

NO$GBA pronounced as No Cash GBA is a Nintendo DS / DS Lite and GameBoy
Advance emulator for Windows XP, Vindows VISTA and MS-DOS. NO$GBA options
include emulating all known save types as well as and multiple cartridges
reading. NoGBA supports multiplayer and is able to load multiple NDS ROM
files for linking games. Multiplayer for GBA Games is also supported.

11 Feb 2017 - version 2.8e

- gba/bugfix: forces WAITCNT.15=readonly (for DKong:KingOfSwing, thanks
endrift)
- dsi/teak/a22i: added TeakLite II assembler (supports most TL+TL2 opcodes)
- dsi/teak/help: specs for teak cpu flags (which opcodes affect which flags)
- dsi/teak/help: specs for memory mapped I/O ports on teak/dsp side
- dsi/teak/help: specs for teak CPU registers, details for operand encoding
- dsi/teak/help: specs for teak st0-2,icr plus undoc stt0-2,mod0-3
- dsi/emmc: detects/supports debug-version eMMC images (tweaks port 4004024h)
- dsi/help: cleaned up some RSA descriptions, notes on debug-version RSA keys
- dsi/help: first attempts on describing SCFG_xxx registers for ARM7 side
- nds/wifi/help: added details on ds-download-plays openpgp-rsa-sha1 signature
- dsi/boot: mimmicked support for booting with AR6013 (when WifiFlash[1FDh]=2)
- dsi/dsdump: released dumping tool for dsi memory areas and chip IDs
- nds/wifi: released dswifi ASM port (and bugfixes for original
dswifi-library)
- dsi/wifi/a22i: added assembler support for atheros/xtensa instruction set
- dsi/wifi/disass: fixed bugs for ANY/ALL/4/8 and EXTUI-based SHR
pseudo-opcode
- bugfix: handles 16bit (not 32bit) return value of
GetKeyState/GetAsyncKeyState
- nds/wifi/help: added note on W_IF acknowledging for counter half-overflows
- dsi/tmd/help: added age ratings and public/private .sav entries in .tmd
specs
- dsi/devicelist/help: added DSi SD/MMC Device List chapter (for
carthdr[1D4h])
- dsi/startdirect: initializes device list, aes keys, etc. (still imperfect)
- fontfile/help: more info on dsi font file (compression, nitrofont,
characters)
- lz/help: added pseudo code for lzss, lz11, and lzrev decompression
- bootinfo/help: SHA1 WifiFlash[00h..27h] and
eMMCBootInfo[00h..FFh,180h..1FFh]
- whitelist/help: info on RSA-SHA1s, SHA1-HMACs and missing RSA check in v1.4E
- flipnote/help: info on various flipnote files, rsa, md5, xor-encryption
- rsa/help: added info on rsa basics, rsa pseudo code, rsa big-endian format
- rsa/help: added note on SWI 23h using OpenPGP Message Format (RFC 4880)
- rsa/bios: 80x86 dsi bios clone supports RSA bios functions (SWI 20h..23h)
- nds/bugfix: disables dsi I/O ports in DS mode (avoids misdetecting DS as
DSi)

23 Jul 2017 - version 2.8f

- nds/3d/help: note on MTX_PUSH/POP/STORE/RESTORE in Mode1 (thanks
staplebutter)
- nds/3d/emu: matrix stack in mode1 behaves like mode2 (fixes light
directions)
- dsi/mmc: supports MMC commands CMD1 and CMD6 (somewhat needed for libnds)
- dsi/sd: added warning on trying to use SD card in 4bit mode with pull-up on
- dsi/i2c: support softreset via bptwl (keeping main ram and bptwl regs
intact)
- dsi/help: added notes on warmboot info at 2003000h (for autostarting a
title)
- dsi/help: more details on 2FFD7BCh
(scr,type,hcd,csr,clk_ctl,card_opt,device)
- bios clone: reproduces div-zero, fixed crash on div-overflow (thanks
endrift)
- gba/io: emulates some more unused bits as non-writeable (thanks endrift)
- gba/help: note on BLDALPHA being R/W (unlike official specs, thanks endrift)
- debug/help: note on nds9 debug message ports 4FFFAxxh working on gba/nds7
too
- setup: renamed "Emu Identification" to "Debug I/O" and enabled it by default
- gui: fixed window positions/fullscr when taskbar at upper/left (thanks
joseph)

14 Jun 2018 - version 2.9

- dsi/exploit: released unlaunch.dsi (first ever released dsi bootcode
exploit)
- utility/upload: added dslink-compatible wifi upload function (nds/dsi only)
- utility/upload: wifiboot 2.1 dslink-clone (proper cache init/initback)
- utility/upload: wifiboot 2.0 dslink-clone (dwm-w024 and arm7i/arm9i areas)
- dsi/emu/cartloader/help: takes WRAMCNT from MSBs of MBK9 entry in cartheader
- dsi/emu: mirrors read-only SCFG_EXT7 bits from SCFG_EXT9 and vice-versa
- arm/cpu/help: notes on cache clean vs invalidate and
cache-write-bufferability
- dsi/help: added caution of forward references in Device List structure
- dsi/cartloader: rejects large modcrypt areas (eg. crypt.size>arm7i.size)
- dsi/cartloader: supports small modcrypt areas (eg. crypt.start>arm7i.start)
- dsi/modcrypt/help: added notes of several weird modcrypt corner cases
- arm/debug: I/O map cpmem9 shows PU dc/cc/wb (data/code cache and
wbufferable)
- spi/powerman: emulates dslite/dsi registers: powerman[4] and powerman[10h]
- dsi/korea/help: notes korean font file (diff names, crisp clear, less tiles)
- dsi/korea/help: korean firmware version numbering as in china, 1.4.6 is
newest
- dsi/help: added note on smaller cert.sys files (for korea or before
dsi-shop?)
- dsi/wifi/emu: emulates sdio cmd5,cmd3,cmd7,cmd15 and reset_control.bit8
- nds/wifi/help: added description for 48080DAh W_RX_LEN_CROP register
- dsi/wifi/help: sdio init via cmd5,cmd3,cmd7,cmd15, rtc.fout, scfg/gpio etc
- dsi/wifi/help: added sdio pins on daughterboard and pinout for ar6013g chip
- dsi/sdmmc/help: described 40048F6h (bit0 = SD_WRPROTECT_2 for eMMC chip)
- dsi/scfg/help: details on scfg_ext7 and scfg_a7rom, updated mbk chapter
- dsi/scfg/emu: emulates scfg_ext7 and scfg_a7rom access right bits
- dsi/scfg/emu: emulates arm9.mbk1-5 writes in respect to arm7.mbk9 setting
- dsi/emu: removed most in_32 notyet warnings, added more out_xx notyet
warnings
- dsi/mmc/emu: warning if .mmc file without footer (need CID and Console ID)
- dsi/help: added notes on bits in SCFG_A9ROM/A7ROM being set-once bits
- dsi/wifi/help: described 4004C04h.bit8 needed for DWM-W024 in NDS-wifi mode
- dsi/sdmmc/help: notes on SEND_OP_COND, and on ALL_GET_CID vs max
CARD_CLK_CTL
- dsi/exploits/help: added some notes on recently released exploits and tools
- dsi/biosdumping/help: notes on voltage errors and CE2 idea from dark_samus
- dsi/help: added info on valid ARM9+ARM7+ARM9i+ARM7i areas for NDS and DSi
mode
- dsi/help: added info on RSA signatures for newer non-whitelisted NDS carts
- dsi/carthdr/help: added notes on Access Control entry (request AES keys)
- dsi/carthdr/help: digest, modcrypt, twl-total can be ZERO (optional entries)
- dsi/sdmmc: added provisions for SDHC emulation, filesys viewer supports
FAT32
- arm9/emu: allows exception vectors at 00000000h or FFFF0000h (thanks dave)
- dsi/help: added details on ECC keys/certificates (using ECC curve sect233r1)
- carthdr/help: added some more cart headers entries for dsi (and nds with
rsa)
- help: specs for DSi RTC extras (up counter, alarm date, and FOUT selection)
- debug/elf: processes/skips dwarf4/dwarf5 DW_FORM tags (for homebrew PSX
games)


http://www.emudreams.pl/news,No$GBA_v2.9,10793.html

--

ポーラステーション
http://perry0517a.blogspot.tw/

--

All Comments

Saturn體重計商品化 MD&DC版也將推出

Eden avatar
By Eden
at 2018-06-15T11:34
之前限量1122台的SEGA Saturn體重計商品化, 之後MD及DC版的體重計也將推出. 価格 : 6,480円(税込) (最大計量) 150 kg https://imgur.com/Ai8HlLg.jpg 販賣網站: https://vvstore.jp/i/vv_000000000155161/ ...

當年紅白機正紅時,這家廠商不但「魔改」

Delia avatar
By Delia
at 2018-06-15T11:17
當年紅白機正紅時,這家廠商不但「魔改」紅白機、 還開發「勇者鬥色龍」18禁遊戲挑戰任天堂極限 https://www.techbang.com/posts/58793-in-the-heyday-of-the-red-and-white-machine-this-factory-commercial-magi ...

(FC) ANESE v0.0.11

Candice avatar
By Candice
at 2018-06-14T21:42
2018.06.13 ANESE (Another NES Emulator) is a Nintendo Entertainment System Emulator being written for fun and learning. While accuracy is a long-term goa ...

問一款關於大型機台的遊戲

Bennie avatar
By Bennie
at 2018-06-14T16:38
※ [本文轉錄自 Old-Games 看板 #1R8VXCXo ] 作者: wuling510665 (摩卡金幣) 看板: Old-Games 標題: [問題] 問一款關於大型機台的遊戲 時間: Thu Jun 14 13:08:24 2018 以前這種機台很常出現在百貨公司電玩區 其他地方我還沒看過 ...

retroblox改名為POLYMEGA

Emily avatar
By Emily
at 2018-06-13T09:58
公佈了很久,但一直只有3D建模的複合式光碟模擬器主機-Polymega 終於在這次E3公開了實機.(還以為根本做不出成品) https://imgur.com/4IZ1ED5.jpg https://imgur.com/NNafLCt.jpg https://imgur.com/cPGGARR.jpg ...