Machine Lock-up

Ask anything your want about Megadrive/Genesis programming.

Moderator: BigEvilCorporation

Post Reply
mickagame
Very interested
Posts: 256
Joined: Sat Jun 07, 2008 7:37 am

Machine Lock-up

Post by mickagame » Thu Oct 16, 2014 8:57 am

Reading adress range cause machine lock-up.
What happen exactly when it happen?
Are there signals concerned in this mecanism?
Are thé CPU halten?

HardWareMan
Very interested
Posts: 745
Joined: Sat Dec 15, 2007 7:49 am
Location: Kazakhstan, Pavlodar

Post by HardWareMan » Thu Oct 16, 2014 11:52 am

Use search engine.

KanedaFr
Administrateur
Posts: 1139
Joined: Tue Aug 29, 2006 10:56 am
Contact:

Post by KanedaFr » Thu Oct 16, 2014 12:13 pm

did you look at charles doc, etc... ?
Some addresses are invalid and if you check z80's one you need to request its bus first

Mask of Destiny
Very interested
Posts: 616
Joined: Thu Nov 30, 2006 6:30 am

Post by Mask of Destiny » Thu Oct 16, 2014 8:36 pm

A lock up is typically a symptom of nothing bringing /DTACK low for a memory request. The 68000 has an asynchronous memory interface which means that it waits to complete a bus cycle until something tells it that the operation is complete. If /DTACK never goes low, the bus cycle lasts forever.

mickagame
Very interested
Posts: 256
Joined: Sat Jun 07, 2008 7:37 am

Post by mickagame » Fri Oct 17, 2014 5:58 am

Thanks it's exactly what i want to know :-)

l_oliveira
Very interested
Posts: 53
Joined: Mon Mar 07, 2011 12:58 am

Post by l_oliveira » Tue Dec 30, 2014 5:56 am

An computer built around 68000 CPU would have a counter and logic circuit to trigger an BUS ERROR exception using the /BERR (Bus Error) pin on the CPU after a set number of machine cycles without /DTACK pulse. MD doesn't have that because was built with cost saving in mind.

Post Reply