696 Commits

Author SHA1 Message Date
Zoe Roux d558b00b0a Fixing a ui warning 2021-07-02 11:05:35 +02:00
Zoe Roux 7994c5dbf0 Fixing framerate for the update interval 2021-06-29 10:26:47 +02:00
Zoe Roux fbcb81d518 Cleaning the cmake and merging with master 2021-06-29 10:24:41 +02:00
Clément Le Bihan deebddc574 Merge pull request #40 from AnonymusRaccoon/PPU
Ppu adding Tile viewer debugger
2021-06-23 22:33:56 +02:00
Clément Le Bihan 9d558cc28c Merge branch 'master' of github.com:AnonymusRaccoon/ComSquare into PPU 2021-06-23 22:25:32 +02:00
Clément Le Bihan eb47b3ed9a resetting tic tasc toe mode 2021-06-23 22:25:24 +02:00
Zoe Roux 9774da3d90 Merge pull request #41 from AnonymusRaccoon/APU
Load SPC rom
2021-06-23 22:22:32 +02:00
Melefo caf4197033 Checking rom size before checking SPC header 2021-06-23 22:04:07 +02:00
Clément Le Bihan c323d56993 Merge branch 'PPU' of github.com:AnonymusRaccoon/ComSquare into PPU 2021-06-23 22:02:51 +02:00
Melefo bb156d600c Fixing space indent to tab 2021-06-23 22:02:32 +02:00
Clément Le Bihan 6c1fc61a28 pr fixes 2021-06-23 22:02:12 +02:00
Melefo ca94b0fbaa Using a constexpr for the magic header string of a SPC rom 2021-06-23 21:56:38 +02:00
Melefo cb1d35c288 Checking rom size 2021-06-23 21:49:18 +02:00
Zoe Roux c8c97f7eb7 Fixing compatibility issues 2021-06-23 21:16:36 +02:00
Clément Le Bihan 4de2d61aaa fixing cmake indent 2021-06-23 00:44:06 +02:00
Clément Le Bihan 1bd787493c doing the my fix 2021-06-23 00:36:44 +02:00
Clément Le Bihan 3ff26f11cb fixing unit tests compil 2021-06-23 00:32:22 +02:00
Clément Le Bihan 21c88122f4 Merge pull request #39 from AnonymusRaccoon/PPUDebugger
Ppu debugger
2021-06-23 00:25:41 +02:00
Clément Le Bihan e7ee90c652 general fixing (indent unused functions etc) 2021-06-23 00:24:28 +02:00
Clément Le Bihan a4333e22cb fixing stupid error 2021-06-23 00:00:27 +02:00
Clément Le Bihan 7b7520ce69 general cleanup can not work with 4bpp going to check 2021-06-22 23:54:04 +02:00
Clément Le Bihan bc0823342c fixing offset issues with 2bpp rendering 2021-06-22 23:03:53 +02:00
Clément Le Bihan 6a7242dffd fixing warning compil 2021-06-09 10:40:39 +02:00
Clément Le Bihan 3b072dea56 flipped tile seems to work now but need to check on it later 2021-06-09 10:36:53 +02:00
Clément Le Bihan 17607d6fcb HflipArray and VFLipArray aren't working 2021-06-09 00:55:38 +02:00
Clément Le Bihan daa7e285d1 Tile renderer is building 2021-06-08 23:58:07 +02:00
Clément Le Bihan f1d567a774 samba !!! 2021-06-08 23:10:28 +02:00
Clément Le Bihan b8acc1520a whao it seems to work 2021-06-08 23:07:24 +02:00
Clément Le Bihan 81a32100f1 adding the first working sfml window (flicker warning)
ui update
2021-06-08 22:40:15 +02:00
Melefo fff94e74bf Merge branch 'master' of github.com:AnonymusRaccoon/ComSquare into APU 2021-06-07 17:45:14 +02:00
Melefo eec17c9321 Fixing call to some isntructions 2021-06-07 17:45:05 +02:00
Clément Le Bihan 36bb0587c3 testing sfml window 2021-05-27 23:18:20 +02:00
Clément Le Bihan e32b1d830d fixing start address 2021-05-27 23:04:11 +02:00
Clément Le Bihan a81cf8ece0 adding ui details (and great visuals fixes) 2021-05-27 23:00:36 +02:00
Clément Le Bihan e666aca28e starting to work 2021-05-27 17:10:43 +02:00
Clément Le Bihan 000cc9f61f cool setup 2021-05-27 01:03:03 +02:00
Clément Le Bihan 7a0b2303d7 TileRenderer.cpp is now supporting rendering 8bpp color format 2021-05-27 00:14:49 +02:00
Clément Le Bihan 85ac1422e2 adding a real ui for the tile viewer 2021-05-26 00:44:37 +02:00
Clément Le Bihan 19ca618857 TileRenderer.cpp is now working for 2 & 4 bpps 2021-05-25 23:55:31 +02:00
Clément Le Bihan 434dea2ba1 found issues with rendering in 4 bpp 2021-05-25 00:51:54 +02:00
Clément Le Bihan 26d8dd7123 tile renderer is working fine with 2 bpp 2021-05-25 00:28:03 +02:00
Clément Le Bihan 569a955d5b cleaning a little bit rendering still some trailing issues 2021-05-25 00:03:48 +02:00
Clément Le Bihan 496bafc052 Merge branch 'master' of github.com:AnonymusRaccoon/ComSquare into PPUDebugger 2021-05-24 23:24:38 +02:00
Clément Le Bihan 24c5ecb102 Merge pull request #36 from AnonymusRaccoon/PPU
Ppu
2021-05-24 12:35:55 +02:00
Clément Le Bihan eee41aeaf7 tile rendering is working (still some issues) 2021-05-24 01:24:03 +02:00
Clément Le Bihan effd70cf1e start to test the implementation of tilerenderer 2021-05-24 00:44:18 +02:00
Clément Le Bihan 4024b51c9f starting to implement true TileRenderer 2021-05-24 00:28:08 +02:00
Clément Le Bihan 4e42c4774a Merge branch 'PPU' into PPUDebugger 2021-05-23 23:21:37 +02:00
Clément Le Bihan dadbea9c92 resetting cr_expect to cr_assert 2021-05-23 23:19:07 +02:00
Clément Le Bihan 11d0f35e07 adding a define for fallthrough abstraction 2021-05-21 00:41:11 +02:00