System self-test: Difference between revisions
Jump to navigation
Jump to search
m (Furrtek moved page BIOS Self-tests to System self-test) |
(Added MAME screenshots) |
||
Line 1: | Line 1: | ||
Todo: Order of checks. | |||
=Cartridge systems= | =Cartridge systems= | ||
Line 8: | Line 6: | ||
{|class="regdef" | {|class="regdef" | ||
|'''Error''' | |||
|No game | |||
|[[WORK RAM ERROR]] | |||
|[[COLOR RAM ERROR]] | |||
|[[VIDEO RAM ERROR]] | |||
|[[SYSTEM ROM ERROR]] | |||
|[[MEMORY CARD ERROR]] | |||
|- | |||
|'''AES''' | |'''AES''' | ||
|[[File:aes_sc_blue.png]] | |[[File:aes_sc_blue.png]] | ||
Line 17: | Line 23: | ||
|- | |- | ||
|'''MVS''' | |'''MVS''' | ||
|[[Crosshatch]] | |[[File:crosshatch.png|160px]] [[Crosshatch]] | ||
| | |[[File:error_wram.png|160px]] | ||
| | |[[File:error_color0.png|160px]] | ||
| | |[[File:error_vram.png|160px]] | ||
| | |[[File:error_sysrom.png|160px]] | ||
| | |Screenshot needed | ||
|- | |- | ||
|'''Meaning''' | |'''Meaning''' | ||
|All tests passed (AES does not test the | |All tests passed (AES does not test the {{Chipname|Z80}}). Cartridge not detected. | ||
|[[68k user | |[[68k user RAM]] R/W error | ||
|[[Palette RAM]] error | |[[Palette RAM]] R/W error | ||
|[[VRAM | |[[VRAM]] R/W error | ||
|[[system ROM error|System ROM checksum mismatch]] | |[[system ROM error|System ROM checksum mismatch]] | ||
|[[Memory card]] error (only tested if card present and blank) | |[[Memory card]] R/W error (only tested if card present and blank) | ||
|} | |} | ||
== | ==MVS checks== | ||
Additionnal checks are performed on MVS systems: | |||
= | {|class="regdef" | ||
|'''Error''' | |||
|[[BACKUP RAM ERROR]] | |||
|[[CALENDAR ERROR]] | |||
|[[Z80 ERROR]] | |||
|- | |||
|'''Display''' | |||
|[[File:error_bram.png|160px]] | |||
|[[File:error_calendar.png|160px]] | |||
|[[File:error_z80.png|160px]] | |||
|- | |||
|'''Meaning''' | |||
|[[Backup RAM]] R/W error | |||
|[[RTC]] ran to slow or too fast | |||
|[[Z80]] didn't reply to command | |||
|} | |||
When a MVS board is powered up without cartridges inserted, the border color around the edges of the crosshatch screen indicates the system ROM region: | |||
* | * Green: 6 slot (ROM name ?) | ||
* | * Cyan: USA, SPU2 | ||
* | * Blue: Spanish, SPS2 | ||
* Red: Japanese, SPJ2 | |||
=UniBios tests= | |||
The [[Universe BIOS]] does not use the above color codes to indicate errors. | |||
[[Category:Base system]] | [[Category:Base system]] |
Revision as of 03:55, 12 October 2016
Todo: Order of checks.
Cartridge systems
Information by Channelmaniac.
Error | No game | WORK RAM ERROR | COLOR RAM ERROR | VIDEO RAM ERROR | SYSTEM ROM ERROR | MEMORY CARD ERROR |
AES | ||||||
MVS | Crosshatch | Screenshot needed | ||||
Meaning | All tests passed (AES does not test the Z80). Cartridge not detected. | 68k user RAM R/W error | Palette RAM R/W error | VRAM R/W error | System ROM checksum mismatch | Memory card R/W error (only tested if card present and blank) |
MVS checks
Additionnal checks are performed on MVS systems:
Error | BACKUP RAM ERROR | CALENDAR ERROR | Z80 ERROR |
Display | |||
Meaning | Backup RAM R/W error | RTC ran to slow or too fast | Z80 didn't reply to command |
When a MVS board is powered up without cartridges inserted, the border color around the edges of the crosshatch screen indicates the system ROM region:
- Green: 6 slot (ROM name ?)
- Cyan: USA, SPU2
- Blue: Spanish, SPS2
- Red: Japanese, SPJ2
UniBios tests
The Universe BIOS does not use the above color codes to indicate errors.