Search found 262 matches

by mickagame
Wed Oct 01, 2025 4:54 pm
Forum: Megadrive/Genesis
Topic: Help with 68k Adressing mode calculation
Replies: 9
Views: 3514

Re: Help with 68k Adressing mode calculation

My test is ok now :-) Thanks
by mickagame
Wed Oct 01, 2025 4:51 pm
Forum: Megadrive/Genesis
Topic: Help with 68k Adressing mode calculation
Replies: 9
Views: 3514

Re: Help with 68k Adressing mode calculation

My test is ok now :-) Thanks
by mickagame
Tue Sep 30, 2025 12:23 pm
Forum: Megadrive/Genesis
Topic: Help with 68k Adressing mode calculation
Replies: 9
Views: 3514

Re: Help with 68k Adressing mode calculation

This test is making a "address error" exception. These access correspond to push to ssp pc, sr, ir and address access
by mickagame
Mon Sep 29, 2025 6:19 pm
Forum: Megadrive/Genesis
Topic: Help with 68k Adressing mode calculation
Replies: 9
Views: 3514

Re: Help with 68k Adressing mode calculation

I finally found the reason.
This is because the test do misaligned access so the cpu have to generate an exception and write at ssp address.
by mickagame
Mon Sep 29, 2025 4:56 pm
Forum: Megadrive/Genesis
Topic: Help with 68k Adressing mode calculation
Replies: 9
Views: 3514

Re: Help with 68k Adressing mode calculation

Address Register A3 : 0x3e4d4a5b
+ Displacement (s8) (0xc4f) = 0x4f
===> Result = 0x3E4D4AAA
+ Index d0 : 0xa1e940b7 (No scale for M68000)
===> Result = E0368B61
<=> 0x368B61 (24 bits)
It doesn't correspond to 0x4542aa ... 0x4542a0 area

:?:
by mickagame
Mon Sep 29, 2025 7:46 am
Forum: Megadrive/Genesis
Topic: Help with 68k Adressing mode calculation
Replies: 9
Views: 3514

Help with 68k Adressing mode calculation

Hello

I'm working actually on a 68k core that synchronize at each memory access (without threaded mecanism).

I'm stressing my core with JSON Test Suit : https://github.com/SingleStepTests/ProcessorTests

I have problem with this test :

"name": "000 ADD.l D5, (d8, A3, Xn) dbb3",

Initial important ...
by mickagame
Fri Aug 11, 2023 7:00 am
Forum: Megadrive/Genesis
Topic: Megadrive vs Snes Hardware
Replies: 2
Views: 53625

Megadrive vs Snes Hardware

I don't know very much about the snes Hardware.
The Sega marketing was focus on the capability for Megadrive hardware to run fast games like Sonic.
Does exist a specific technical feature that make the différence with snes or it could be possible to do these games on s'est?
by mickagame
Thu Dec 08, 2022 9:11 pm
Forum: Megadrive/Genesis
Topic: Vdp Timings
Replies: 0
Views: 125846

Vdp Timings

I would like to know if exist a documentation describing when vdp registers are taked in account during the rendering line process (line cycle or slot).
For example, if horizontal scroll register is taked in account at x cycle / slot x so modifying register after this time has no effect on the ...
by mickagame
Tue May 31, 2022 11:12 am
Forum: Megadrive/Genesis
Topic: Questions About Megadrive Chips/Signal
Replies: 2
Views: 37706

Re: Questions About Megadrive Chips/Signal


Z80 bus request and reset come from bus chip, using the single data line that is connected to it. Z80 banker also is done by that chip, one bit at a time.

Version register with its many bits comes from the IO chip, and !FDC (MCD presence) and region signals also connect to it.

IO chip has all ...
by mickagame
Tue May 31, 2022 9:43 am
Forum: Megadrive/Genesis
Topic: Questions About Megadrive Chips/Signal
Replies: 2
Views: 37706

Questions About Megadrive Chips/Signal

1) Version Register is mapped into M68000 space to access some informations :
$A10000 $A10001 Version register
=> Where is located physically this register? In Bus Arbiter Chip?

2) Always in M68000 space : an address can be used to reset Z80 :
$A11200 $A11201 Z80 reset
=> What chips is involved in ...
by mickagame
Tue May 24, 2022 5:00 am
Forum: Megadrive/Genesis
Topic: VPA Signal in interrupt process
Replies: 7
Views: 52036

Re: VPA Signal in interrupt process

It coule be interesting. I dont have the material required to do this.
by mickagame
Sun May 22, 2022 1:38 pm
Forum: Megadrive/Genesis
Topic: VPA Signal in interrupt process
Replies: 7
Views: 52036

Re: VPA Signal in interrupt process

No i'm trying to understand how it works because i'm trying to emulate this as accurate as possible.
Do you know if the bus arbitrer chips works with an input signal clock or is just made of logical gate setting output signals depending on input signal?
by mickagame
Fri May 20, 2022 5:33 pm
Forum: Megadrive/Genesis
Topic: VPA Signal in interrupt process
Replies: 7
Views: 52036

Re: VPA Signal in interrupt process

Thanks Charles. Do you know what make the bus arbitrer release VPA?
1) The Bus arbitrer generate the signal during an amount of time?
2) Or VPA is released when FC1/FC0 goes low again?
by mickagame
Mon May 16, 2022 4:51 pm
Forum: Megadrive/Genesis
Topic: VPA Signal in interrupt process
Replies: 7
Views: 52036

VPA Signal in interrupt process

VPA Signal is used during interrupt process by 68000 to use autovector insted vector read on bus. What component on megadrive generate this signal? I guess the signal is driven by 315-5364. When it turns the signal to low? I see that FC0/FC1 goes to 315-5364. I know that in interrupt process 68000 ...
by mickagame
Sun Mar 07, 2021 5:21 pm
Forum: Video Display Processor
Topic: VDP VRAM access timing
Replies: 40
Views: 172947

Re: VDP VRAM access timing

Thanks eke step by step all is more clear for me. When you speak about active display you speak about visible display area, not the left border?