Search found 753 matches

by HardWareMan
Sat Aug 12, 2017 1:30 pm
Forum: Cartridge
Topic: How does work SRAM on everdrive?
Replies: 20
Views: 81501

Re: How does work SRAM on everdrive?

Ah, so...
Image
Image
Should work! One more reason to use low byte D7-D0.
by HardWareMan
Sat Aug 12, 2017 11:34 am
Forum: Cartridge
Topic: How does work SRAM on everdrive?
Replies: 20
Views: 81501

Re: How does work SRAM on everdrive?


Then I suppose if neither CAS0, WRL or WRH is asserted an invalid address exception is launched, right?
You should use these signals only with CE0 and get desired access within $000000-$3FFFFF (first 4 Mbytes) dedicated to ROM cartridge. That's why 32MBit games use bank switching for SRAM (f.e ...
by HardWareMan
Sat Aug 12, 2017 9:56 am
Forum: Cartridge
Topic: How does work SRAM on everdrive?
Replies: 20
Views: 81501

Re: How does work SRAM on everdrive?

It is more than meets the eye. If you use D7-D0, so that you can access to it bytewise at odd addresses, because of big endianness of M68K. But MD cartridge slot have only one CAS0 for read and two WRL and WRH for write. So, cartrige can be read only by word while can be written by any byte ...
by HardWareMan
Sat Jul 29, 2017 8:23 am
Forum: Hardware
Topic: SEGA IR wireles joypad
Replies: 7
Views: 25421

SEGA IR wireles joypad

I recently bought SEGA IR joypads.

The base: MODEL No. MK-1648
Chipset: SEGA 315-5714 (codes 9338EP713 069 )
http://savepic.net/9631729m.jpg http://savepic.net/9622513m.jpg
http://savepic.net/9621489m.jpg http://savepic.net/9620465m.jpg
http://savepic.net/9627633m.jpg http://savepic.net ...
by HardWareMan
Sat Jul 29, 2017 4:37 am
Forum: Cartridge
Topic: How does work SRAM on everdrive?
Replies: 20
Views: 81501

Re: How does work SRAM on everdrive?

$1B0 - 'R'
$1B1 - 'A'
$1B2 :
___ D7 always 1,
___ D6 - 1 = RAM don't destroy after power off,
___ D5 - always 1,
___ D4:D3 - 00 = word sized RAM (D0-D15), 01 = not used, 10 = even byte RAM (D8-D15), 11 = odd byte RAM (D0-D7),
___ D2:D0 - always 000.
$1B3 - ' ' (0x20)
$1B4 - dword, start address ...
by HardWareMan
Fri Jul 21, 2017 6:05 pm
Forum: Hardware
Topic: HDD (or flash) instead of a CD, questions...
Replies: 158
Views: 283349

Re: HDD (or flash) instead of a CD, questions...

Oh, so... OK, I can try this at home. :)
by HardWareMan
Fri Jul 21, 2017 3:46 am
Forum: Hardware
Topic: HDD (or flash) instead of a CD, questions...
Replies: 158
Views: 283349

Re: HDD (or flash) instead of a CD, questions...

KanedaFr wrote: Fri Jul 21, 2017 2:00 am I was waiting for your proto ;)
Like this?
KanedaFr wrote: Sun Jul 02, 2017 10:16 pm nothing, only wanted to know if the I2S was as great as it seems (with sound save) ;)
I could not get him to decode I2S as a sound. Only as data.
by HardWareMan
Thu Jul 20, 2017 3:37 pm
Forum: Hardware
Topic: HDD (or flash) instead of a CD, questions...
Replies: 158
Views: 283349

Re: HDD (or flash) instead of a CD, questions...

It's quiet down here. Too quiet.
by HardWareMan
Sun Jul 16, 2017 12:26 pm
Forum: Megadrive/Genesis
Topic: Super Magic Drive research thread
Replies: 133
Views: 365828

Re: Super Magic Drive research thread

This is normal practice. This table can be used by downloadable software. And these vectors will always be true, even if the system software is updated.
by HardWareMan
Fri Jul 07, 2017 4:29 am
Forum: Blabla
Topic: FPGA 5V
Replies: 9
Views: 24187

Re: FPGA 5V

Exactly.
by HardWareMan
Mon Jul 03, 2017 5:16 am
Forum: Hardware
Topic: HDD (or flash) instead of a CD, questions...
Replies: 158
Views: 283349

Re: HDD (or flash) instead of a CD, questions...

so bad the 16channels costs 3x the 8channels version
It is because 8x is only simple Cypress controller and it support only 24MS/s. 16x contain FPGA and can up to 100MS/s with 1 channel. So it is still cheaper than other LAs.

I bought for $37 (more than year ago) . The cheapest LA in 16ch ...
by HardWareMan
Mon Jul 03, 2017 5:04 am
Forum: Hardware
Topic: DIY controller not possible with AVR ?
Replies: 7
Views: 21072

Re: DIY controller not possible with AVR ?

Agree with Chilly Willy.
by HardWareMan
Fri Jun 30, 2017 10:11 am
Forum: Hardware
Topic: HDD (or flash) instead of a CD, questions...
Replies: 158
Views: 283349

Re: HDD (or flash) instead of a CD, questions...

What do you want to get?
by HardWareMan
Fri Jun 30, 2017 3:07 am
Forum: Hardware
Topic: HDD (or flash) instead of a CD, questions...
Replies: 158
Views: 283349

Re: HDD (or flash) instead of a CD, questions...

SCOR tells the host a new frame began and that the following frame will be the the first bit of P-W
Yes. That is exactly what I trying to say, but from the viewpoint of probable realization in the hardware. In those days no one was to want to complicate any of IC part, because of many reasons ...
by HardWareMan
Thu Jun 29, 2017 3:03 pm
Forum: Hardware
Topic: HDD (or flash) instead of a CD, questions...
Replies: 158
Views: 283349

Re: HDD (or flash) instead of a CD, questions...

To be honest, i know the answer was on this picture...but I was unable to read it correctly :(
but still, if it read 2 frames (to get S0 & S1), it should mean SCOR should be set for 2 frames no ?
I understand you. But the only way to find sync is get to subcode bytes with some unique states. So to ...