summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2009-03-18 22:29:31 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2009-03-18 22:29:31 +0000
commitda5486e0866bde1ab7b32dafa71144600b7f817f (patch)
treee295ec16c36885872f220e3f7d03c7a630f12d0f
parent5342871f839dd8829abcc6484bcf8ed2ab80925c (diff)
fixed left-over bug
-rw-r--r--src/mame/drivers/pcat_nit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pcat_nit.c b/src/mame/drivers/pcat_nit.c
index 61b03a19c51..4b06ed9992c 100644
--- a/src/mame/drivers/pcat_nit.c
+++ b/src/mame/drivers/pcat_nit.c
@@ -517,7 +517,7 @@ static MACHINE_START( streetg2 )
static const gfx_layout CGA_charlayout =
{
8,8,
- RGN_FRAC(1,1),
+ 256,
1,
{ 0 },
{ 0,1,2,3,4,5,6,7 },