gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

News > no$gba v2.0

#26367 - krom - Mon Sep 13, 2004 8:14 pm

Martin Korth has released a greatly improved version of the no$gba emulator:

Debugger. Now also supports memory read breaks, the new syntax for Ctrl+B input is:
[start..end]? break on any read from specified memory area
[start..end]! break on writing changed data (different than old value)
[start..end]!! break on writing any data (regardless of old value)
And of course, also supporting combinations like ?! and ?!! (ordering is don't care, ie. !? and !?! and !!? does the same).

Flashcards. The upload function in utility menu now also allows to write rom-images to flashcards which are plugged into the gba cartridge slot, via parallel port "xboo" cable. The function uses a highspeed checksum mechanism to identify/skip unchanged sectors, reducing the erase/write time when uploading different builts of the same program. Should work with most or all Flash Advance carts, please let me know about any problems with flashcarts from any manufacturers! It'd be no problem to fix that.

Emulation Accuracy. Low-power Halt mode doesn't hang if interrupts are disabled in IME or CPSR. Emulates SPSR Bit4 being always set. Doesn't mirror EEPROM to addresses with upper four bits nonzero. Emulates more bios-prefetch garbage even when not having the bios rom-image, or when booted <with> bios intro enabled. Emulates Vcount=99h when booted from cartridge. Allows reading from second channel 3 wave ram bank.

Other News. Sav and Sna files now using simple data compression, of course still compatible with old files. Re-fixed eeprom emulation (crashed in last version). A22i assembler fixed crash on invalid "adrl" parameters. Debug window automatically moved to entrypoint when (re-)loading rom-images. Added new help chapter with flashcard specs, plus notes on gba sp, and on Halt, Siodata32, and SO During Inactivity.

Webpage. I am just moving from www.work.de/nocash to http://nocash.emubase.de/ aside from the new no$gba update, there are also updated standalone versions of the gbatek specifications, and of the xboo package, and a slightly modified magic floor version.


Download version 2.0 of the emulator straight from the main web site!