Previous 199869 Revisions Next

r31316 Friday 18th July, 2014 at 21:02:29 UTC by hap
placeholder
[src/mess]mess.mak
[src/mess/drivers]cc40.c
[src/mess/layout]cc40.lay*

trunk/src/mess/layout/cc40.lay
r0r31316
1<?xml version="1.0"?>
2<mamelayout version="2">
3
4   <view name="Internal Layout">
5      <screen index="0">
6         <bounds left="0" top="0" right="1488" bottom="72" />
7      </screen>
8   </view>
9</mamelayout>
Property changes on: trunk/src/mess/layout/cc40.lay
Added: svn:mime-type
   + text/xml
Added: svn:eol-style
   + native
trunk/src/mess/drivers/cc40.c
r31315r31316
5555#include "video/hd44780.h"
5656#include "sound/dac.h"
5757
58#include "cc40.lh"
5859
60
5961class cc40_state : public driver_device
6062{
6163public:
r31315r31316
398400   MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(2500))
399401   MCFG_SCREEN_SIZE(6*31, 9*1)
400402   MCFG_SCREEN_VISIBLE_AREA(0, 6*31-1, 0, 9*1-1)
401   MCFG_DEFAULT_LAYOUT(layout_lcd)
403   MCFG_DEFAULT_LAYOUT(layout_cc40)
402404   MCFG_SCREEN_UPDATE_DEVICE("hd44780", hd44780_device, screen_update)
403405   MCFG_SCREEN_PALETTE("palette")
404406
trunk/src/mess/mess.mak
r31315r31316
22582258$(MESS_DRIVERS)/bbc.o:      $(MESS_LAYOUT)/bbc.lh
22592259$(MESS_DRIVERS)/beta.o:     $(MESS_LAYOUT)/beta.lh
22602260$(MESS_DRIVERS)/bob85.o:    $(MESS_LAYOUT)/bob85.lh
2261$(MESS_DRIVERS)/cc40.o:     $(MESS_LAYOUT)/cc40.lh
22612262$(MAME_DRIVERS)/cdi.o:      $(MAME_LAYOUT)/cdi.lh
22622263$(MESS_DRIVERS)/chessmst.o: $(MESS_LAYOUT)/chessmst.lh
22632264$(MESS_DRIVERS)/chesstrv.o: $(MESS_LAYOUT)/chesstrv.lh \

Previous 199869 Revisions Next


© 1997-2024 The MAME Team