Clément Le Bihan
|
2d0e250982
|
setting the modification of getTilePixelReference
|
2020-09-30 00:09:09 +02:00 |
|
Clément Le Bihan
|
fa97b2ab38
|
starting clarify code
|
2020-09-07 00:33:22 +02:00 |
|
Octopus773
|
f00f8d931e
|
adding some reminders for me
|
2020-08-13 17:10:33 +02:00 |
|
Octopus773
|
b256f76002
|
test git
|
2020-08-13 16:01:51 +02:00 |
|
devguest
|
081baf7a59
|
removing unnecessary prenthesis
|
2020-08-13 15:56:33 +02:00 |
|
Anonymus Raccoon
|
fdfa0fc0d6
|
Adding the first dma channel to the register viewer
|
2020-05-29 21:32:50 +02:00 |
|
Anonymus Raccoon
|
c38b100c14
|
Creating the structures of the register viewer
|
2020-05-29 18:52:58 +02:00 |
|
Anonymus Raccoon
|
3fb36e1be3
|
Remplacing the DMA viewer by a registers viewer
|
2020-05-28 14:51:44 +02:00 |
|
Clément Le Bihan
|
0933a9803e
|
fixing some registers and update registers related to backgrounds
|
2020-05-28 14:35:06 +02:00 |
|
Clément Le Bihan
|
18757bbfa4
|
fixing getCharacterSize marge bg and reference color when it is 0
|
2020-05-28 14:14:35 +02:00 |
|
Anonymus Raccoon
|
5e0f6104fe
|
Creating the layout of a DMA viewer
|
2020-05-28 14:13:12 +02:00 |
|
Anonymus Raccoon
|
29540ce9db
|
Cleaning up
|
2020-05-28 04:53:16 +02:00 |
|
Anonymus Raccoon
|
627fac8f2d
|
Fixing the PHA
|
2020-05-28 03:45:37 +02:00 |
|
Clément Le Bihan
|
409b6fefd6
|
rendering for the tic tac toe game seems to work
|
2020-05-28 02:18:42 +02:00 |
|
Clément Le Bihan
|
4d68e8c300
|
fixing the color for 2bpp
|
2020-05-28 01:37:27 +02:00 |
|
Anonymus Raccoon
|
5ef1ba8d4f
|
Handling DMA's modes
|
2020-05-28 01:17:45 +02:00 |
|
Clément Le Bihan
|
a5d353b1ed
|
fixing errors and now starting to render w mode 0 [test] memory inserted in PPU constructor
|
2020-05-28 00:04:11 +02:00 |
|
Melefo
|
0ee4575512
|
Fxing MOVW, fixing 0xEB MOV
Adding better temporary CPU-APU synchro
|
2020-05-27 19:17:37 +02:00 |
|
Anonymus Raccoon
|
291426a392
|
Handling a basic DMA
|
2020-05-27 18:52:11 +02:00 |
|
Anonymus Raccoon
|
73b84b1925
|
Fixing the RTS/RTL swap
|
2020-05-27 16:39:03 +02:00 |
|
Anonymus Raccoon
|
dab1dcbccb
|
Oups
|
2020-05-27 16:13:37 +02:00 |
|
Anonymus Raccoon
|
0af0db6d66
|
Merging master
|
2020-05-27 16:11:59 +02:00 |
|
Anonymus Raccoon
|
c374641ef1
|
Merge branch 'master' of github.com:AnonymusRaccoon/ComSquare into CPU
|
2020-05-27 16:11:09 +02:00 |
|
Anonymus Raccoon
|
4c965e916f
|
Mapping the DMA's channels to the bus
|
2020-05-27 15:04:01 +02:00 |
|
Anonymus Raccoon
|
56d51425f3
|
Creating the DMA class
|
2020-05-27 14:40:26 +02:00 |
|
Clément Le Bihan
|
feabd56991
|
style \n
|
2020-05-26 01:54:43 +02:00 |
|
Clément Le Bihan
|
3675bc7081
|
fixing a missing read register
|
2020-05-26 01:32:15 +02:00 |
|
Clément Le Bihan
|
81b20e559a
|
setting the default color in the main screen and moving getrealcolor fct
|
2020-05-26 01:03:04 +02:00 |
|
Clément Le Bihan
|
df16fc1a64
|
iplementing main and sub screens
|
2020-05-26 00:33:24 +02:00 |
|
Clément Le Bihan
|
ce4f231583
|
starting the renderMainandSubScreen fct
|
2020-05-25 23:56:18 +02:00 |
|
Clément Le Bihan
|
dac3a52eff
|
removing the cgram print of the main window and old protoypes of background functions in PPU.hpp
|
2020-05-25 19:37:04 +02:00 |
|
Clément Le Bihan
|
8a40625dea
|
Background run by class is working
|
2020-05-25 19:33:10 +02:00 |
|
Clément Le Bihan
|
1553903eff
|
making the constructor of background class much more easier to use
|
2020-05-25 17:14:11 +02:00 |
|
Clément Le Bihan
|
ca07bf3366
|
fixing compilation error and some warnings
|
2020-05-25 15:58:30 +02:00 |
|
Clément Le Bihan
|
a012a6b110
|
moving internal functions of background to private area
|
2020-05-25 15:50:15 +02:00 |
|
Clément Le Bihan
|
4af6bbf340
|
Merge branch 'master' of github.com:AnonymusRaccoon/ComSquare into PPU
|
2020-05-25 15:47:44 +02:00 |
|
Clément Le Bihan
|
e715eb5e85
|
adding backgrounds function to background class
|
2020-05-25 15:47:16 +02:00 |
|
Anonymus Raccoon
|
2c8c45246a
|
Merge pull request #15 from AnonymusRaccoon/APU
Receiving CPU data to APU
|
2020-05-20 16:13:04 +02:00 |
|
Melefo
|
ea55392307
|
Merging with master to PR
|
2020-05-20 16:03:34 +02:00 |
|
Melefo
|
a6d791acfc
|
Merge branch 'master' of https://github.com/AnonymusRaccoon/ComSquare into APU
|
2020-05-20 16:01:51 +02:00 |
|
Anonymus Raccoon
|
012d3fb64d
|
Merge pull request #14 from AnonymusRaccoon/Debugger
Fixing ??? message on the bus's debugger
|
2020-05-18 19:19:43 +02:00 |
|
Melefo
|
7e2c8d99f1
|
Temporary better synchronisation between CPU & APU by decreasing the number of instructions and therefor the number of cycles
|
2020-05-18 11:18:05 +02:00 |
|
Melefo
|
3ecc5cefd8
|
Merge branch 'master' of https://github.com/AnonymusRaccoon/ComSquare into APU
|
2020-05-18 11:13:51 +02:00 |
|
Clément Le Bihan
|
a234fd0575
|
adding a read register in PPU write due to weird roms
|
2020-05-14 19:17:15 +02:00 |
|
Anonymus Raccoon
|
c661dfa641
|
Fixing ??? message on the bus's debugger
|
2020-05-14 19:00:13 +02:00 |
|
Clément Le Bihan
|
1faf62e024
|
Merge branch 'master' of github.com:AnonymusRaccoon/ComSquare into PPU
|
2020-05-14 18:57:53 +02:00 |
|
Clément Le Bihan
|
7e33582e9c
|
fixing compilation on windows and removing useless stufff
|
2020-05-14 18:56:40 +02:00 |
|
Octopus
|
4d48d34fce
|
Merge pull request #13 from AnonymusRaccoon/PPU ooooof
Ppu pull request
|
2020-05-14 18:51:09 +02:00 |
|
Clément Le Bihan
|
cb488cf211
|
removing commentary
|
2020-05-14 18:41:06 +02:00 |
|
Clément Le Bihan
|
496dcebb4d
|
Merge branch 'master' of github.com:AnonymusRaccoon/ComSquare into PPU
|
2020-05-14 18:31:49 +02:00 |
|