bsnes/higan/gba
Tim Allen 29be18ce0c Update to v097r17 release.
byuu says:

Changelog:
- ruby: if DirectSoundCreate fails (no sound device present), return
  false from init instead of crashing
- nall: improved edge case return values for
  (basename,pathname,dirname,...)
- nall: renamed file_system_object class to inode
- nall: varuint_t replaced with VariadicNatural; which contains
  .bit,.bits,.byte ala Natural/Integer
- nall: fixed boolean compilation error on Windows
- WS: popa should not restore SP
- GBA: rewrote the CPU/APU cores to use the .bit,.bits functions;
  removed registers.cpp from each

Note that the GBA changes are extremely major. This is about five hours
worth of extremely delicate work. Any slight errors could break
emulation in extremely bad ways. Let's hold off on extensive testing
until the next WIP, after I do the same to the PPU.

So far ... endrift's SOUNDCNT_X I/O test is failing, although that code
didn't change, so clearly I messed up SOUNDCNT_H somehow ...

To compile on Windows:

1. change nall/string/platform.hpp line 47 to

    return slice(result, 0, 3);

2. change ruby/video.wgl.cpp line 72 to

    auto lock(uint32_t*& data, uint& pitch, uint width, uint height) -> bool {

3. add this line to the very top of hiro/windows/header.cpp:

    #define boolean FuckYouMicrosoft
2016-03-13 11:22:14 +11:00
..
apu Update to v097r17 release. 2016-03-13 11:22:14 +11:00
cartridge Update to v097r12 release. 2016-02-08 14:17:59 +11:00
cpu Update to v097r17 release. 2016-03-13 11:22:14 +11:00
interface Update to 20160215 release. 2016-02-16 20:27:55 +11:00
memory Update to v096r01 release. 2015-12-30 17:54:59 +11:00
player Update to v097r17 release. 2016-03-13 11:22:14 +11:00
ppu Update to v097r17 release. 2016-03-13 11:22:14 +11:00
scheduler Update to v097r13 release. 2016-02-09 22:51:12 +11:00
system Update to v097r13 release. 2016-02-09 22:51:12 +11:00
GNUmakefile Update to v097r02 release. 2016-01-25 22:27:18 +11:00
gba.hpp Update to v097r02 release. 2016-01-25 22:27:18 +11:00