Merge pull request #1936 from ajrhacker/phi_fix

phi.cpp: Fix build (nw)
This commit is contained in:
R. Belmont 2017-01-06 16:07:51 -05:00 committed by GitHub
commit aabdd13259
2 changed files with 6 additions and 7 deletions

View File

@ -1037,7 +1037,7 @@ void phi_device::update_fsm(void)
m_int_write_func(m_int_line); m_int_write_func(m_int_line);
} }
// TODO: update DMARQ (void)m_dmarq_line; // TODO: update DMARQ
m_no_recursion = false; m_no_recursion = false;
} }

View File

@ -55,11 +55,10 @@ Notes:
- sprtmtch and drgpunch are "clones", but the gfx are very different; sprtmtch - sprtmtch and drgpunch are "clones", but the gfx are very different; sprtmtch
is a trimmed down version, without all animations between levels. is a trimmed down version, without all animations between levels.
- according to the readme, mjfriday should have a M5205. However there don't seem to be - according to the readme, mjfriday should have a M5205. However the program ROMs don't
accesses to it, and looking at the ROMs I don't see ADPCM data. Note that apart from a seem to make accesses to it or contain ADPCM data for it, and photos of the game's
minor difference in the memory map mjfriday and mjdialq2 are identical, and mjdialq2 PCB don't even show an unpopulated location for one. Note that gekisha and mjdialq2,
doesn't have a 5205 either. Therefore, I think it's either a mistake in the readme or which run on similar hardware, also lack 5205s. Likely it's a mistake in the readme.
the chip is on the board but unused.
TODO: TODO:
@ -5287,7 +5286,7 @@ Mahjong Friday
D2607198L1 D2607198L1
CPU : Zilog Z0840006PSC (Z80) CPU : Zilog Z0840006PSC (Z80)
Sound: YM2413 M5205 Sound: YM2413
OSC : 24MHz (X1) OSC : 24MHz (X1)
CRT Controller: HD46505SP (6845) CRT Controller: HD46505SP (6845)