Stella SVN changelog:
r2440
Improvements to the FA2 Harmony flash load/save functionality:
- delays are now emulated (0.5 ms for reads, 101 ms for writes)
- the flash file is now saved according to the ROM name
- correctly return values with bit 6 set to zero or one, instead
of just using 0x00 or 0xff
r2441
Removed redundant code in Array class.
r2442
Potential performance improvement for Arrays. A reserve() method is now
available, which helps with constant resizes of arrays with a large number
of push_backs. For now, only the ROM launcher and debugger disassembly
really needs it.
r2443
A few more places where it makes sense to pre-allocate space for
Arrays.
Download: Stella SVN r2443 32bit
Download: Stella SVN r2443 64bit
Source: Here
0 Comments
Post a Comment