Search found 468 matches
- Tue Feb 06, 2007 9:45 am
- Forum: Announcement
- Topic: Your IRL
- Replies: 14
- Views: 21922
Your IRL
We are a enthousiast squad, got it.
But seriously, Genny apart, what do you do in life ?
I'm 30 years old, married 1 daughter. I live in southern France. I work as an IT engineer for a retirement company, and gonna move in a transport compagny (CMA-CGM).
But seriously, Genny apart, what do you do in life ?
I'm 30 years old, married 1 daughter. I live in southern France. I work as an IT engineer for a retirement company, and gonna move in a transport compagny (CMA-CGM).
- Tue Feb 06, 2007 9:09 am
- Forum: Tools
- Topic: [GensKMod] version 0.6 is out
- Replies: 22
- Views: 23722
Re: FIFO
It's still the best and easiest way to exchange quickly small amount of data.
For small data, I agree. But what about bigger data ? Anyway, I think I understand how the FIFO runs. The DMA remais a bit unclear for now, but it's going to change soon ;)
Anyway, how big is the FIFO ? I've only found ...
For small data, I agree. But what about bigger data ? Anyway, I think I understand how the FIFO runs. The DMA remais a bit unclear for now, but it's going to change soon ;)
Anyway, how big is the FIFO ? I've only found ...
GLide 32x
Although I have real difficulties seeing my code running on the 32X (debugger, anyone ?), I have a silly idea in the head : a rendering library, let's call it GLide, for the 32X.
link : http://www.alasir.com/software/glide/index.html
The 68k would put data on the Comm Port, and each SH2 would poll ...
link : http://www.alasir.com/software/glide/index.html
The 68k would put data on the Comm Port, and each SH2 would poll ...
- Mon Feb 05, 2007 1:43 pm
- Forum: Super 32X
- Topic: Any way to run 32X VDP without hurting MD mapping?
- Replies: 7
- Views: 11674
- Mon Feb 05, 2007 9:50 am
- Forum: Super 32X
- Topic: Frame Buffer Switch
- Replies: 5
- Views: 8305
- Mon Feb 05, 2007 9:22 am
- Forum: Super 32X
- Topic: Frame Buffer Switch
- Replies: 5
- Views: 8305
- Mon Feb 05, 2007 9:04 am
- Forum: Super 32X
- Topic: Frame Buffer Switch
- Replies: 5
- Views: 8305
Frame Buffer Switch
Just a little question.
The 32X has 2 frame buffer : FB0 and FB1. When FB0 is displayed, I can write to FB1. Calling the frame buffer swap, FB1 is displayed and I can write to FB0. But is this frame buffer emptied or does it still have previous data ?
eg :
FS = 0
I draw a red triangle.
FS = 1
I ...
The 32X has 2 frame buffer : FB0 and FB1. When FB0 is displayed, I can write to FB1. Calling the frame buffer swap, FB1 is displayed and I can write to FB0. But is this frame buffer emptied or does it still have previous data ?
eg :
FS = 0
I draw a red triangle.
FS = 1
I ...
FIFO
Hi you all.
Still on 32x dev' ;)
I'm looking at the FIFO. First of all, is it usable ? Or is it DREQ only ?
The 68k writes to A1 5112h, and the SH2s read 2000 4012h. But is it a stack, a heap or anything ? And if so, how big is it ?
I mean, if the 68k want to put several datas, does it have to wait ...
Still on 32x dev' ;)
I'm looking at the FIFO. First of all, is it usable ? Or is it DREQ only ?
The 68k writes to A1 5112h, and the SH2s read 2000 4012h. But is it a stack, a heap or anything ? And if so, how big is it ?
I mean, if the 68k want to put several datas, does it have to wait ...
- Wed Jan 31, 2007 10:33 am
- Forum: Super 32X
- Topic: Cache coherency
- Replies: 8
- Views: 12273
- Wed Jan 31, 2007 7:48 am
- Forum: Super 32X
- Topic: Cache coherency
- Replies: 8
- Views: 12273
Cache coherency
As said before (mask of destiny), the SH2 doesn't have any mechanism for cache coherency. When a CPU writes to memory, the other CPU has no mean of knowing the data he might have in its cache has to be invalidated.
I've thought about a mechanism :
each time a CPU write to memory, it puts the address ...
I've thought about a mechanism :
each time a CPU write to memory, it puts the address ...
- Sat Jan 27, 2007 9:56 am
- Forum: Super 32X
- Topic: Master SH2 BIOS
- Replies: 12
- Views: 30807
- Fri Jan 26, 2007 11:31 pm
- Forum: Super 32X
- Topic: Master SH2 BIOS
- Replies: 12
- Views: 30807