当前位置: 多玩游戏 >> 电视游戏频道 >> NDS掌机站
找NDS内容:

  [No$GBA 2.6A本地下载]

  最强NDS模拟器 No$GBA 2.6A 发布,新版主要是改进了3D的模拟速度(提高很多,据评测),存档类型的自动检测(AUTO选项,不用担心不会选择存档选项了),改进的纹理贴图,等。

  模拟器简介--------------------------------------------------------

  No$gba是任天堂GBA(Game Boy Advance)的PC用模拟器,它是一个免费的(目前)模拟软件。

  它并未在GBA模拟界中表现出色。新版本(2.2开始)加入了NDS(Nintendo Dual Screen)的模拟后,终于放出光芒。

  它被公认为模拟能力最强的NDS模拟器。不过,目前好像由于资金方面的问题停止了更新。

  No$gba中的$并不是指美元。不是说它完全免费,正确的读法是 nocash gba 。意思是不收现金(只支持银行转帐)

  常见问题:----------------------------------------------------------

  1:no&gba开始游戏是总是出现不能记录,请断电重新插一下卡

  答:模拟器需要进行存档类型设置才能进行游戏,初次运行珍珠钻石后对模拟器进行设置。options,Emulation setup,左下脚设置存档类型为Flash 512K,然后OK。然后再选择options中的save保存设置。然后重新载入游戏就可以了!

  新版详细改进如下:----------------------------------------------

  23 January 2008 - version 2.6a

  (faster 3d rendering, backup detect, rtc-irq, better texture interpolation,)

  (perfectly accurate edge-marking, translucent-poly-id, shadow-poly support,)

  (capture in vram display mode, debug gui/warnings, cpu/ipc/div/sqrt details)

  - free-download: old no$gba v2.6 gaming version now free for everybody - enjoy

  - debug/symbols: resize function for Alt+L symbol list window (saved in .ini)

  - debug/internal: changed computer_id handling for compatibility with win vista

  - nds/debug: allows nintendo to mis-use clipmtx_result for detecting their emu

  - nds/debug: allows to override mis-declared-thumb-functions by crude $t labels

  - nds/rtc: triggers IRQ when SI changes HI-to-LO (only when SI-IRQ is enabled)

  - hll-version: demangles strange new "_ZN3txt3txtEii" and "_Z3txtii" type labels

  - nds/gba/rcnt: allows to generate SI interrupts manually by toggling RCNT bits

  - nds/gba/rcnt: internally memorizes rcnt-output bits (additionally to inputs)

  - nds/rtc: passes rtc 1Hz/2Hz/4Hz/8Hz/16Hz or per-minute IRQ to rcnt SI input

  - nds/3d: soft-speedup: uses clean 80286 shift opcodes (instead slow 80386 shrd)

  - nds/3d: soft-speedup: new scaled side_clip_x allowed to re-remove pre_add_mask

  - nds/3d: soft-speedup: scaled side_clip_x coords from 0..len to 0..7FFFFFFFh

  - nds/3d: soft-accuracy: texture/color interpolation with variable pre_add_mask

  - nds/details: emulates all newly discovered ipcfifo/div/sqrt technical details

  - nds/help: added tech specs on div/sqrt (readonly results, start/stop timings)

  - nds/help: added tech specs on ipcfifo (edge triggered, underrun, fifo-disable)

  - nds/help: added user settings 076h (language mask) and header 01Dh (ique flag)

  - nds/3d: soft-detail: edge-mark: recurses surrounding depth values (less only)

  - nds/3d/help: added more technical notes on edge marking (depth and polygon_id)

  - nds/a22i: auto generates chinese crc upon .fix directive (only if version=2)

  - nds/help: added info on chinese title in icon/title region (addr/version/crc)

  - cpu/internal: reduced 32bit test/and to 8bit (al/bl/cl/dl instead eax/ebx/etc)

  - cpu/detail: emulates mis-aligned thumb bx/blx and arm bx/blx (with warning)

  - cpu/detail: emulates mis-aligned rd=r15 in arm alu opcodes (thanks jonathan)

  - nds/3d/help: added double-blended-edge-glitch (edge-marking plus anti-alias)

  - nds/3d/help: added translucent-edge-glitch (edge-marking plus anti-aliasing)

  - nds/backup: supports re-detection (games with faulty initial initialization)

  - nds/backup: added bus-width auto detection (redirecting to new general types)

  - nds/backup: added new types (3x general types) (and 1x sanyo, thanks flubba)

  - nds/3d: soft-detail: edge-mark: handles edges at screen border (via clear_id)

  - nds/3d: soft-detail: edge-mark: applies edges in respect to surrounding pixels

  - nds/3d: soft-detail: edge-mark: internally stores edge_flag for possible edges

  - nds/debug: allows some games to initialize not-existing port 4001004h to zero

  - nds/debug: allows nintendo to use faulty ldmib with base-inclusion-writeback

  - nds/debug: allows nintendo to use invalid stmib/ldmib user bank writeback

  - nds/debug: allows nintendo to write more serious nonsense to (R) baseband regs

  - nds/timings: re-fixed arm7/arm9 sync (new arm9-66MHz timings vs arm7-33MHz)

  - nds/video: supports capture from 2d/3d engine in vram display mode (nanostray)

  - nds/help: added note on undoc nds7 port 4001080h (used by ds-lite firmware)

  - nds/help: added optical mouse sensor (slider controller) (thanx daniel palmer)

  - nds/help: added firmware wifi internet access point settings info (thanks cue)

  - nds/help: added user settings 066h (year) and 075h (ext language) (thanks cue)

  - screenshot: converts 32bpp images to 24bpp (smaller and more standard files)

  - nds/3d: soft-detail: prevents rendering of translucent polys with same poly_id

  - nds/3d: soft-detail: supports shadow polygons (mask/render, step 1 and step 2)

  - nds/3d: soft-speedup: scaled perspective correct clp.x from 0..len to 0..7FFFh

  - nds/3d: soft-speedup: mmx: faster texcoord_clipping (no_repeat,repeat,flipped)

  - nds/3d: soft-speedup: pre-calc tex_clip proc, collapsed 32:32 tex_xy to 16:16

  - nds/3d: soft-speedup: pre-explodes edge_color_table, optimized alpha blend

  - nds/3d: soft-speedup: mmx: processes two rgba-pairs and tex_xy-pairs at once

  - nds/3d: soft-speedup: mmx: nonlinear color_rgb and texcoord_xy interpolation

  - nds/3d: soft-detail: stores fog bit in framebuffer (opaque/trans=replace/and)

  - nds/3d: soft-speedup: mmx: linear color_rgb and texcoord_xy interpolation

  - nds/3d: soft-speedup: merged texture addressing and blending into single proc

  - nds/3d: soft-speedup: mmx: faster texture blending (modulate/toon/highlight)

  - nds/3d: soft-speedup: pre-calculates soft3d_tex_blend_proc for blendtype/mmx

  - nds/3d: soft-speedup: uses mmx (if present) (otherwise stays 80386 compatible)

  - nds/3d: soft-speedup: collapsed scanline_rgba from 32:32:32:32 to 8:8:8:8 bits

  - detect: added no$gmb-386/486/cpuid detection, internal: rdtsc (3d/re selftest)

 近期关注内容
暑假玩什么?PSP经典游戏全推荐(附下载)
本周PSP电影推荐(死亡笔记L、我的狐仙女友等)
XBOX360暑期上市游戏详细前瞻
本周PSP电影推荐(死亡笔记L、我的狐仙女友等) 07.04
本周热门PS游戏推荐(空牙2001、暗黑之心等) 07.04
《火焰之紋章新暗黒龙与光之剑》新杂志图 07.04
《口袋妖怪白金》正式公布!游戏将在秋季发售 07.04
任天堂NDS官方烧录卡DSvision上市 售价260元 07.04
《火炎纹章:新暗黑龙与光明剑》封面公布 07.02
《洛克人9》将通过Wiiware的形式登陆Wii平台 07.03
暑期都有那些XBOX360游戏上市?08年7月作品一览 07.04
《如龙3》确定将由PS3独占 系列主角悉数登场 07.04
[视频] 系列十周年纪念作品《天诛4》发表会视频释出 07.04
[杂谈] 暴雪称《暗黑破坏神3》有家用机版关键在操作 07.01
·SE确认经典RPG《时空之轮》系列新作登陆N
·全新PSP使用宝典上线!从零开始教你玩转PS
·《暗黑破坏神3》正式公布 海量游戏截图+试玩
·XBOX360使用宝典上线!菜鸟也能很快游刃
·XBOX360中文主题站上线 提供最全游戏下
·本周PSP热门游戏、电影下载全推荐!
·7月PSP游戏前瞻!梦幻之星、空之轨迹、高达
·NDS任天堂音乐游戏《明星乐团大合奏 DX》
  游戏视频:   [新作预告] [恶搞视频] [达人极限]                  >> 更多视频
2008-06-16 13:17:49 多玩游戏网友说:
gagagagaga好
查看全部跟贴(1)
发 表 留 言
我要留名
 热门游戏专题
PSP《超级机器人大战A》中文主题站 《合金装备4》中文主题站 《忍者龙剑传2》攻略主题站 《侠盗飞车4》攻略主题站 PSP《怪物猎人2G》攻略主题站 PSP《战神》攻略主题站 PSP《无双大蛇》攻略主题站 PSP《最终幻想7核心危机》攻略主题站 PSP《恶魔城X历代记》攻略主题站 PSP《寂静岭起源》攻略主题站 《真三国无双5》攻略主题站
《鬼泣4》攻略主题站 PSP全部上千款游戏高速下载 PSP精彩电影、动画、综艺体育节目下载 PSP模拟PS游戏全高速下载 PSP精美壁纸:美女、游戏、动漫等 PSP美化主题下载 XBOX360游戏上市热讯+下载 WiiWare游戏全下载

DuoWan.com

多玩游戏 © 版权所有 ICP证编号:粤B2-20050785