c5dbb01aa3wifi: fix for MP replies. clean up code. make packet logging conditional.
StapleButter
2017-06-18 16:26:59 +0200
d5fd96c500wifi: another little fix
StapleButter
2017-06-18 03:41:36 +0200
8cde75ce53wifi: fix reception of MP replies
StapleButter
2017-06-18 02:05:21 +0200
33fc98fac4send empty reply when no MP reply is configured
StapleButter
2017-06-16 01:54:31 +0200
6cda8d98b4emulate RXTXADDR. receive packets progressively instead of all at once.
StapleButter
2017-06-15 23:38:48 +0200
43cedebb65implement RFSTATUS/RFPINS values for TX and RX
StapleButter
2017-06-15 23:01:44 +0200
32e6e81ef4more accurate MP reply
StapleButter
2017-06-15 22:26:32 +0200
4b1b0bdec5wifi: more correct IRQ behavior, time MP replies better.
StapleButter
2017-06-15 22:10:19 +0200
402a60ea34wifi: proper TX/RX status switch and RX check readme: little update
StapleButter
2017-06-15 21:41:18 +0200
49f8aec656fix some shit
StapleButter
2017-06-13 17:44:35 +0200
3499949129* send undefined instructions to the proper exception handler * make ARM9-only instructions fail on ARM7
StapleButter
2017-06-13 15:09:39 +0200
bbd251ddbcfix QADD/QSUB/QDADD/QDSUB, those would write their result to the wrong register. also make them ARM9-only.
StapleButter
2017-06-13 11:17:22 +0200
581a0954adwifi: fix IRQ14 emulation. other fixes and attempts.
StapleButter
2017-06-13 01:01:46 +0200
cb65536c22fix timing issue with ARM7 DMA (occasionally crapoed the 'Nintendo DS' sound when booting the firmware)
StapleButter
2017-06-12 19:00:32 +0200
bdb7edab51fix big with ARM STM instructions that include Rb in Rlist
StapleButter
2017-06-12 16:36:24 +0200
9852709ca3wifi: attempt at further MP functionality (reply, ack). not working. ugly.
StapleButter
2017-06-09 15:11:39 +0200
64a447bb7cclean up some shit. make framebuffer access less weird.
StapleButter
2017-06-03 22:10:32 +0200
d81b68b16b* fix range for 'equal' Z-test mode * confirm clear Z value for screen outer borders * misc code cleanup
StapleButter
2017-06-03 21:46:14 +0200
77d0a0d76eonly do lower-pixel rendering when rendering under an edge
StapleButter
2017-06-01 15:16:44 +0200
d1781c8bf2remove more per-pixel checks
StapleButter
2017-06-01 14:59:41 +0200
27c023a0ccseparate rasterizer inner loop into three loops for leftedge/middle/rightedge
StapleButter
2017-06-01 01:02:39 +0200
fe55ef1af1* begin work on antialiasing, but not good yet. also code sucks. * start making code nicer
StapleButter
2017-06-01 00:45:47 +0200
1d976573a8Make mic toggle more clear
SilasLaspada
2017-05-30 20:54:17 -0600
07759b2e49Fix whitespaces (I hope)
SilasLaspada
2017-05-30 17:49:15 -0600
661b274f57Initial microphone test
SilasLaspada
2017-05-30 17:41:16 -0600
aabea1f080Merge pull request #43 from Nadia-h/master
StapleButter
2017-05-30 20:43:28 +0200
a1af7d6c8aCMake: Don't assume the install path will be /usr/local, use CMAKE_INSTALL_PREFIX instead.
Nikolaj Pedersen
2017-05-30 20:17:46 +0200
d3b3255ce3* add 'push old pixel down' behavior for antialiasing * delay final pass (edge/fog/AA) one scanline, required for edgemarking
StapleButter
2017-05-28 19:18:16 +0200
f54f54fb7eadd support for writing to VCount. incl. fucked-up display and altering framerate accordingly.
StapleButter
2017-05-10 02:21:02 +0200
63e15d2480framerate limiter that sucks less, based off SDL2_gfx
StapleButter
2017-05-10 01:42:53 +0200
9fe24cb1e7latch 3D registers upon VBlank
StapleButter
2017-05-09 22:22:52 +0200
36fa621436lay base for core->platform interaction
StapleButter
2017-05-09 04:55:38 +0200
bde9e7dfedfill BIOS exception vectors with undef opcode when no BIOSes are found
StapleButter
2017-05-09 04:52:17 +0200
50d2ffb207misc. things
StapleButter
2017-05-09 03:54:37 +0200
7c1443b973fix lighting behavior with normals that overflow
StapleButter
2017-05-03 23:54:31 +0200
9e622dcc663D: attempt at fixing culling. players in Madden are no longer full of holes, and that also fixes occasional missing polygons in RaymanDS, and probably others.
StapleButter
2017-05-03 01:21:39 +0200
ce240f4216more wifi work: timers and their IRQs
StapleButter
2017-05-01 22:27:05 +0200
d4270b0976wifi: implement RAM access via the fancypants registers. allows Pictochat to proceed, but noone will reply to you.
StapleButter
2017-05-01 19:29:25 +0200
ee0effd22fimplement xflip for bitmap sprites (fixes#32)
StapleButter
2017-04-29 16:18:33 +0200
da31af9202fix Z-buffering. not really clean, and not perfectly accurate.
StapleButter
2017-04-29 00:20:04 +0200
2273bd2ea4fix texcoord-from-vertex mode. it works like for normals (1.0 = 1/16 texel)
StapleButter
2017-04-28 17:35:57 +0200
5de98cd484add 32bit write to DIVCNT and SQRTCNT
StapleButter
2017-04-28 17:23:18 +0200
ecbcf2172aonly trigger cart DMA on the CPU for which the cart interface is enabled. fixes unstable firmware boot.
StapleButter
2017-04-27 18:45:43 +0200
5217f4b056set POSTFLG to 1 upon direct boot. fixes Pokémon White among others.
StapleButter
2017-04-26 16:17:03 +0200