[NES] update jaleco board comments
This commit is contained in:
parent
8a577a0184
commit
360ce7edb1
|
@ -4,10 +4,10 @@ using System.Diagnostics;
|
||||||
|
|
||||||
namespace BizHawk.Emulation.Consoles.Nintendo
|
namespace BizHawk.Emulation.Consoles.Nintendo
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* Life Span: October 1986 - April 1987
|
* Life Span: October 1986 - April 1987
|
||||||
PCB Class: Jaleco-JF-11
|
PCB Class: Jaleco-JF-11
|
||||||
Jaleco-JF-14
|
Jaleco-JF-14
|
||||||
iNES Mapper #140
|
iNES Mapper #140
|
||||||
|
|
||||||
JF-11
|
JF-11
|
||||||
|
@ -17,12 +17,13 @@ Battery is not available
|
||||||
Uses vertical mirroring
|
Uses vertical mirroring
|
||||||
No CIC present
|
No CIC present
|
||||||
Other chips used: Sunsoft-1
|
Other chips used: Sunsoft-1
|
||||||
*
|
*
|
||||||
* Games:
|
* Games:
|
||||||
* Bio Senshi Dan - Increaser Tono Tatakai
|
* Mississippi Satsujin Jiken (J)
|
||||||
*/
|
* Bio Senshi Dan - Increaser Tono Tatakai [allegedly; but it does not work]
|
||||||
|
*/
|
||||||
|
|
||||||
class Jaleco_JF_11_14 : NES.NESBoardBase
|
class Jaleco_JF_11_14 : NES.NESBoardBase
|
||||||
{
|
{
|
||||||
int chr, prg;
|
int chr, prg;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue