Skip to content

Conversation

@james-wallace-ghub
Copy link
Member

New systems marked not working

Telly Addicts (New Series) (Bellfruit) (Cobra 3) [James Wallace, blueonesarefaster]

bfm_cobra3.cpp - hook up revised CD dumps and non-MPEG graphics hardware [James Wallace, blueonesarefaster]

offset &= 0x7ff;
offs_t cs_addr_8_11 = (offset * 2) & 0xf00;

switch(cs_addr_8_11)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please ensure consistent spacing, per https://docs.mamedev.org/contributing/cxx.html#spacing (compare to line 139).

switch(cs_addr_8_11)
{
case 0x300: //ac0300
if(ACCESSING_BITS_0_7)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ibid, and through the rest of the file.

switch (cs)
{
case 1://ROM, shouldn't write here?
logerror("%08x maincpu write access(1) offset %08x data %08x mem_mask %08x cs %d\n", pc, offset*4, data, mem_mask, cs);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As above, and throughout the file.

Also, please use machine().describe_context(), not m_maincpu->pc().

}
break;

case 4: //0x00b10000 SCSI controller
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"0x00b10000"?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was me trying to rationalise CS access to an old school memory map for rationalisation. Not really needed, so I've removed this and other similar lines.

------------------------------
Telly Addicts (New Series) (Bellfruit) (Cobra 3) [James Wallace, blueonesarefaster]

bfm_cobra3.cpp - hook up revised CD dumps and non-MPEG graphics hardware [James Wallace, blueonesarefaster]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants