diff options
Diffstat (limited to 'src/mess/drivers')
| -rw-r--r-- | src/mess/drivers/a7800.c | 2 | ||||
| -rw-r--r-- | src/mess/drivers/abc80x.c | 4 | ||||
| -rw-r--r-- | src/mess/drivers/apple2.c | 2 | ||||
| -rw-r--r-- | src/mess/drivers/apple2gs.c | 4 | ||||
| -rw-r--r-- | src/mess/drivers/besta.c | 40 | ||||
| -rw-r--r-- | src/mess/drivers/c64.c | 2 | ||||
| -rw-r--r-- | src/mess/drivers/casloopy.c | 26 | ||||
| -rw-r--r-- | src/mess/drivers/cat.c | 4 | ||||
| -rw-r--r-- | src/mess/drivers/cbm2.c | 24 | ||||
| -rw-r--r-- | src/mess/drivers/clcd.c | 26 | ||||
| -rw-r--r-- | src/mess/drivers/craft.c | 4 | ||||
| -rw-r--r-- | src/mess/drivers/dectalk.c | 10 | ||||
| -rw-r--r-- | src/mess/drivers/fp200.c | 44 | ||||
| -rw-r--r-- | src/mess/drivers/gb.c | 4 | ||||
| -rw-r--r-- | src/mess/drivers/mmodular.c | 52 | ||||
| -rw-r--r-- | src/mess/drivers/mod8.c | 2 | ||||
| -rw-r--r-- | src/mess/drivers/nes.c | 2 | ||||
| -rw-r--r-- | src/mess/drivers/ng_aes.c | 16 | ||||
| -rw-r--r-- | src/mess/drivers/ob68k1a.c | 4 | ||||
| -rw-r--r-- | src/mess/drivers/odyssey2.c | 67 | ||||
| -rw-r--r-- | src/mess/drivers/pc4.c | 2 | ||||
| -rw-r--r-- | src/mess/drivers/pet.c | 2 | ||||
| -rw-r--r-- | src/mess/drivers/thomson.c | 2 | ||||
| -rw-r--r-- | src/mess/drivers/vic10.c | 2 |
24 files changed, 173 insertions, 174 deletions
diff --git a/src/mess/drivers/a7800.c b/src/mess/drivers/a7800.c index f59091d5c31..df500ed4f8f 100644 --- a/src/mess/drivers/a7800.c +++ b/src/mess/drivers/a7800.c @@ -33,7 +33,7 @@ Colorburst/Hue = 180 degrees 2013/02/27 Robert Tuccitto Palette rebuild due to misaligned - data references. Corrected PAL color sequence order. + data references. Corrected PAL color sequence order. ***************************************************************************/ diff --git a/src/mess/drivers/abc80x.c b/src/mess/drivers/abc80x.c index e1668e08fdd..ab9f320343e 100644 --- a/src/mess/drivers/abc80x.c +++ b/src/mess/drivers/abc80x.c @@ -1093,7 +1093,7 @@ void abc802_state::machine_reset() // 50/60 Hz m_dart->cts_w(1, BIT(config, 3)); // 0 = 50Hz, 1 = 60Hz - + m_dfd_in = 0; } @@ -1174,7 +1174,7 @@ void abc806_state::machine_reset() // 50/60 Hz m_dart->cts_w(1, 0); // 0 = 50Hz, 1 = 60Hz - + m_dfd_in = 0; } diff --git a/src/mess/drivers/apple2.c b/src/mess/drivers/apple2.c index bdf8cb6079e..e3faca5dd9a 100644 --- a/src/mess/drivers/apple2.c +++ b/src/mess/drivers/apple2.c @@ -637,7 +637,7 @@ static SLOT_INTERFACE_START(apple2_cards) SLOT_INTERFACE("midi", A2BUS_MIDI) /* Generic 6840+6850 MIDI board */ SLOT_INTERFACE("zipdrive", A2BUS_ZIPDRIVE) /* ZIP Technologies IDE card */ SLOT_INTERFACE("echoiiplus", A2BUS_ECHOPLUS) /* Street Electronics Echo Plus (Echo II + Mockingboard clone) */ - SLOT_INTERFACE("scsi", A2BUS_SCSI) /* Apple II SCSI Card */ + SLOT_INTERFACE("scsi", A2BUS_SCSI) /* Apple II SCSI Card */ SLOT_INTERFACE_END static SLOT_INTERFACE_START(apple2eaux_cards) diff --git a/src/mess/drivers/apple2gs.c b/src/mess/drivers/apple2gs.c index a82caffd378..ad81429f7c2 100644 --- a/src/mess/drivers/apple2gs.c +++ b/src/mess/drivers/apple2gs.c @@ -308,10 +308,10 @@ static SLOT_INTERFACE_START(apple2_cards) SLOT_INTERFACE("vulcan", A2BUS_VULCAN) /* AE Vulcan IDE card */ SLOT_INTERFACE("zipdrive", A2BUS_ZIPDRIVE) /* ZIP Technologies IDE card */ SLOT_INTERFACE("echoiiplus", A2BUS_ECHOPLUS) /* Street Electronics Echo Plus (Echo II + Mockingboard clone) */ -// SLOT_INTERFACE("mdturbo", A2BUS_UDRIVE_TURBO) /* ///SHH Systeme MicroDrive Turbo IDE card */ +// SLOT_INTERFACE("mdturbo", A2BUS_UDRIVE_TURBO) /* ///SHH Systeme MicroDrive Turbo IDE card */ // SLOT_INTERFACE("softcard", A2BUS_SOFTCARD) /* Microsoft SoftCard */ // appears not to be IIgs compatible? - SLOT_INTERFACE("scsi", A2BUS_SCSI) /* Apple II SCSI Card */ + SLOT_INTERFACE("scsi", A2BUS_SCSI) /* Apple II SCSI Card */ SLOT_INTERFACE_END static MACHINE_CONFIG_START( apple2gs, apple2gs_state ) diff --git a/src/mess/drivers/besta.c b/src/mess/drivers/besta.c index b3594516f58..8303f6911da 100644 --- a/src/mess/drivers/besta.c +++ b/src/mess/drivers/besta.c @@ -2,7 +2,7 @@ Besta-88 and Besta-90 engineering workstations. - Derived (OEMd?) from Force Computers' SYS68K series. + Derived (OEMd?) from Force Computers' SYS68K series. ****************************************************************************/ @@ -56,14 +56,14 @@ READ8_MEMBER( besta_state::mpcc_reg_r ) UINT8 ret; if (!(offset == 0 && !m_mpcc_regs[0])) { - DBG_LOG(1,"mpcc_reg_r",("(%d) = %02X at %s\n", offset, + DBG_LOG(1,"mpcc_reg_r",("(%d) = %02X at %s\n", offset, (offset > 31 ? -1 : m_mpcc_regs[offset]), machine.describe_context())); } switch (offset) { - case 0: /* r_stat aka ... */ + case 0: /* r_stat aka ... */ return (m_term_data) ? 0x80 : 0; - case 2: /* r_data aka ... */ + case 2: /* r_data aka ... */ ret = m_term_data; m_term_data = 0; return ret; @@ -96,18 +96,18 @@ WRITE8_MEMBER( besta_state::kbd_put ) #endif static ADDRESS_MAP_START(besta_mem, AS_PROGRAM, 32, besta_state) - AM_RANGE(0x00000000, 0x001fffff) AM_RAM AM_SHARE("p_ram") // local bus DRAM, 4MB -// AM_RANGE(0x08010000, 0x08011fff) AM_RAM // unknown -- accessed by cp31dssp - AM_RANGE(0xff000000, 0xff00ffff) AM_ROM AM_REGION("user1",0) // actual mapping is up to 0xff03ffff - AM_RANGE(0xff040000, 0xff07ffff) AM_RAM // onboard SRAM -// 68561 MPCC (console) -// AM_RANGE(0xff800000, 0xff80001f) AM_DEVREADWRITE8("mpcc", mpcc68561_t, reg_r, reg_w, 0xffffffff) + AM_RANGE(0x00000000, 0x001fffff) AM_RAM AM_SHARE("p_ram") // local bus DRAM, 4MB +// AM_RANGE(0x08010000, 0x08011fff) AM_RAM // unknown -- accessed by cp31dssp + AM_RANGE(0xff000000, 0xff00ffff) AM_ROM AM_REGION("user1",0) // actual mapping is up to 0xff03ffff + AM_RANGE(0xff040000, 0xff07ffff) AM_RAM // onboard SRAM +// 68561 MPCC (console) +// AM_RANGE(0xff800000, 0xff80001f) AM_DEVREADWRITE8("mpcc", mpcc68561_t, reg_r, reg_w, 0xffffffff) AM_RANGE(0xff800000, 0xff80001f) AM_READWRITE8(mpcc_reg_r, mpcc_reg_w, 0xffffffff) -// AM_RANGE(0xff800200, 0xff800xxx) // 68230 PIT2 -// AM_RANGE(0xff800400, 0xff800xxx) // ??? -- shows up in cp31dssp log -// AM_RANGE(0xff800800, 0xff800xxx) // BIM -// AM_RANGE(0xff800a00, 0xff800xxx) // 62421 RTC -// AM_RANGE(0xff800c00, 0xff800xxx) // 68230 PIT +// AM_RANGE(0xff800200, 0xff800xxx) // 68230 PIT2 +// AM_RANGE(0xff800400, 0xff800xxx) // ??? -- shows up in cp31dssp log +// AM_RANGE(0xff800800, 0xff800xxx) // BIM +// AM_RANGE(0xff800a00, 0xff800xxx) // 62421 RTC +// AM_RANGE(0xff800c00, 0xff800xxx) // 68230 PIT ADDRESS_MAP_END /* Input ports */ @@ -119,9 +119,9 @@ void besta_state::machine_reset() { UINT8* user1 = memregion("user1")->base(); - memcpy((UINT8*)m_p_ram.target(),user1,0x10000); // not really what happens but... - memset(m_mpcc_regs, sizeof(m_mpcc_regs), 0); // should initialize to defined values - m_mpcc_regs[8] = 0x80; // always ready to transmit + memcpy((UINT8*)m_p_ram.target(),user1,0x10000); // not really what happens but... + memset(m_mpcc_regs, sizeof(m_mpcc_regs), 0); // should initialize to defined values + m_mpcc_regs[8] = 0x80; // always ready to transmit machine().device("maincpu")->reset(); } @@ -139,7 +139,7 @@ static MACHINE_CONFIG_START( besta, besta_state ) MCFG_CPU_PROGRAM_MAP(besta_mem) #if 0 - MCFG_MPCC68561_ADD("mpcc", XTAL_25MHz, line_cb_t()); // confirm internal oscillator frequency + MCFG_MPCC68561_ADD("mpcc", XTAL_25MHz, line_cb_t()); // confirm internal oscillator frequency #endif MCFG_GENERIC_TERMINAL_ADD(TERMINAL_TAG, terminal_intf) MACHINE_CONFIG_END @@ -147,7 +147,7 @@ MACHINE_CONFIG_END /* ROM definition */ ROM_START( besta88 ) - ROM_REGION32_BE( 0x10000, "user1", ROMREGION_ERASEFF ) + ROM_REGION32_BE( 0x10000, "user1", ROMREGION_ERASEFF ) ROM_SYSTEM_BIOS(0, "cp31dbg", "CP31 Debug") ROMX_LOAD( "cp31dbgboot.27c512", 0x0000, 0x10000, CRC(9bf057de) SHA1(b13cb16042e4c6ca63ae26058a78259c0849d0b6), ROM_BIOS(1)) diff --git a/src/mess/drivers/c64.c b/src/mess/drivers/c64.c index 7d03b68254c..95051563b6a 100644 --- a/src/mess/drivers/c64.c +++ b/src/mess/drivers/c64.c @@ -1034,7 +1034,7 @@ void c64_state::machine_reset() m_sid->reset(); m_cia1->reset(); m_cia2->reset(); - + m_iec->reset(); m_exp->reset(); m_user->reset(); diff --git a/src/mess/drivers/casloopy.c b/src/mess/drivers/casloopy.c index 21089d15d7c..ccc3567fe4f 100644 --- a/src/mess/drivers/casloopy.c +++ b/src/mess/drivers/casloopy.c @@ -13,13 +13,13 @@ the idea is to understand the HW enough to extract the SH-1 internal BIOS data via a trojan; - ASM notes: - - first vector is almost certainly VBR value. - - [VBR + 0x2c] irq for i/o? - - [VBR + 0x140] points to an internal BIOS routine, at 0x6238 - (Nigaoe Artist has a direct 0x648c instead) - - 0x0604 is probably a BRA -2 / NOP (some games puts that as a null irq vector) - - Nigaoe Artist jumps to 0x668 at some point. + ASM notes: + - first vector is almost certainly VBR value. + - [VBR + 0x2c] irq for i/o? + - [VBR + 0x140] points to an internal BIOS routine, at 0x6238 + (Nigaoe Artist has a direct 0x648c instead) + - 0x0604 is probably a BRA -2 / NOP (some games puts that as a null irq vector) + - Nigaoe Artist jumps to 0x668 at some point. =============================================================================== @@ -379,7 +379,7 @@ WRITE16_MEMBER(casloopy_state::sh7021_w) sh7021_regs[0x7e/2]&=0xfffe; } -// printf("%08x %04x\n",sh7021_regs[offset],0x05ffff00+offset*2); +// printf("%08x %04x\n",sh7021_regs[offset],0x05ffff00+offset*2); } READ8_MEMBER(casloopy_state::casloopy_bitmap_r) @@ -402,7 +402,7 @@ static ADDRESS_MAP_START( casloopy_map, AS_PROGRAM, 32, casloopy_state ) AM_RANGE(0x04058000, 0x04058007) AM_READWRITE16(casloopy_vregs_r,casloopy_vregs_w,0xffffffff) AM_RANGE(0x0405b000, 0x0405b00f) AM_RAM AM_SHARE("vregs") // RGB555 brightness control plus scrolling AM_RANGE(0x05ffff00, 0x05ffffff) AM_READWRITE16(sh7021_r,sh7021_w,0xffffffff) -// AM_RANGE(0x05ffff00, 0x05ffffff) - SH7021 internal i/o +// AM_RANGE(0x05ffff00, 0x05ffffff) - SH7021 internal i/o AM_RANGE(0x06000000, 0x061fffff) AM_ROM AM_REGION("rom_cart",0) AM_RANGE(0x07000000, 0x070003ff) AM_RAM AM_SHARE("oram")// on-chip RAM, actually at 0xf000000 (1 kb) AM_RANGE(0x09000000, 0x0907ffff) AM_RAM AM_SHARE("wram") @@ -482,10 +482,10 @@ static MACHINE_CONFIG_START( casloopy, casloopy_state ) MCFG_SCREEN_ADD("screen", RASTER) MCFG_SCREEN_RAW_PARAMS(8000000, 444, 0, 256, 263, 0, 224) -// MCFG_SCREEN_REFRESH_RATE(60) -// MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(2500)) -// MCFG_SCREEN_SIZE(444, 263) -// MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 0*8, 32*8-1) +// MCFG_SCREEN_REFRESH_RATE(60) +// MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(2500)) +// MCFG_SCREEN_SIZE(444, 263) +// MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 0*8, 32*8-1) MCFG_SCREEN_UPDATE_DRIVER(casloopy_state, screen_update_casloopy) MCFG_PALETTE_LENGTH(512) diff --git a/src/mess/drivers/cat.c b/src/mess/drivers/cat.c index 2444e9bc725..17d5b15681f 100644 --- a/src/mess/drivers/cat.c +++ b/src/mess/drivers/cat.c @@ -93,7 +93,7 @@ Scott Kim - responsible for fonts on swyft and cat Ralph Voorhees - Model construction and mockups (swyft 'flat cat') Cat HLSL stuff: -*scanlines: +*scanlines: the cat has somewhat visible and fairly close scanlines with very little fuzziness try hlsl options: hlsl_prescale_x 4 @@ -937,7 +937,7 @@ static void duart_tx(device_t *device, int channel, UINT8 data) * IP2: KTOBF (IP2 changes state 0->1 or 1->0 on the rising edge of KTOBF using a d-latch; KTOBF is a 6.5536ms-period squarewave generated by one of the gate arrays, i need to check with a scope to see whether it is a single spike/pulse every 6.5536ms or if from the gate array it inverts every 6.5536ms, documentation isn't 100% clear but I suspect the former) [uses the Delta IP2 state change detection feature to generate an interrupt; I'm not sure if IP2 is used as a counter clock source but given the beep frequency of the real unit i very much doubt it, 6.5536ms is too slow] * IP3: RG ("ring" input) * IP4: Centronics BUSY - * IP5: DSR + * IP5: DSR */ static UINT8 duart_input(device_t *device) { diff --git a/src/mess/drivers/cbm2.c b/src/mess/drivers/cbm2.c index 7e0e2d8f572..cc95d7c300b 100644 --- a/src/mess/drivers/cbm2.c +++ b/src/mess/drivers/cbm2.c @@ -364,19 +364,19 @@ READ8_MEMBER( cbm2_state::ext_read ) if (!casseg1) { - data = m_ram->pointer()[offset & 0xffff]; + data = m_ram->pointer()[offset & 0xffff]; } if (!casseg2) { - data = m_ram->pointer()[0x10000 | (offset & 0xffff)]; + data = m_ram->pointer()[0x10000 | (offset & 0xffff)]; } if (!casseg3 && (m_ram->size() > 0x20000)) { - data = m_ram->pointer()[0x20000 | (offset & 0xffff)]; + data = m_ram->pointer()[0x20000 | (offset & 0xffff)]; } if (!casseg4 && (m_ram->size() > 0x30000)) { - data = m_ram->pointer()[0x30000 | (offset & 0xffff)]; + data = m_ram->pointer()[0x30000 | (offset & 0xffff)]; } return data; @@ -402,19 +402,19 @@ WRITE8_MEMBER( cbm2_state::ext_write ) if (!casseg1) { - m_ram->pointer()[offset & 0xffff] = data; + m_ram->pointer()[offset & 0xffff] = data; } if (!casseg2) { - m_ram->pointer()[0x10000 | (offset & 0xffff)] = data; + m_ram->pointer()[0x10000 | (offset & 0xffff)] = data; } if (!casseg3 && (m_ram->size() > 0x20000)) { - m_ram->pointer()[0x20000 | (offset & 0xffff)] = data; + m_ram->pointer()[0x20000 | (offset & 0xffff)] = data; } if (!casseg4 && (m_ram->size() > 0x30000)) { - m_ram->pointer()[0x30000 | (offset & 0xffff)] = data; + m_ram->pointer()[0x30000 | (offset & 0xffff)] = data; } #endif @@ -1755,8 +1755,8 @@ WRITE8_MEMBER( cbm2_state::ext_tpi_pb_w ) bit description - 0 - 1 _BUSY2 + 0 + 1 _BUSY2 2 3 4 @@ -1862,8 +1862,8 @@ WRITE8_MEMBER( cbm2_state::ext_cia_pb_w ) bit description - 0 - 1 _BUSY2 + 0 + 1 _BUSY2 2 3 4 diff --git a/src/mess/drivers/clcd.c b/src/mess/drivers/clcd.c index 6be06b90cde..388f054a751 100644 --- a/src/mess/drivers/clcd.c +++ b/src/mess/drivers/clcd.c @@ -62,7 +62,7 @@ public: DECLARE_WRITE8_MEMBER(ramwrite_w) { // this area might be shared between rom & ram or it might be ram only -// printf( "ram write:%04x %02x\n", offset, data ); +// printf( "ram write:%04x %02x\n", offset, data ); } // these seem to control what appears in the memory space at various addresses. @@ -70,64 +70,64 @@ public: DECLARE_WRITE8_MEMBER(fa00_w) { -// printf( "fa00\n" ); +// printf( "fa00\n" ); } DECLARE_WRITE8_MEMBER(fa80_w) { -// printf( "fa80\n" ); +// printf( "fa80\n" ); } DECLARE_WRITE8_MEMBER(fb00_w) { -// printf( "fb00\n" ); +// printf( "fb00\n" ); } DECLARE_WRITE8_MEMBER(fb80_w) { -// printf( "fb80\n" ); +// printf( "fb80\n" ); } DECLARE_WRITE8_MEMBER(fc00_w) { -// printf( "fc00\n" ); +// printf( "fc00\n" ); } DECLARE_WRITE8_MEMBER(fc80_w) { -// printf( "fc80\n" ); +// printf( "fc80\n" ); } DECLARE_WRITE8_MEMBER(fd00_w) { -// printf( "fd00\n" ); +// printf( "fd00\n" ); } DECLARE_WRITE8_MEMBER(fd80_w) { -// printf( "fd80\n" ); +// printf( "fd80\n" ); } DECLARE_WRITE8_MEMBER(fe00_w) { -// printf( "fe00\n" ); +// printf( "fe00\n" ); } DECLARE_WRITE8_MEMBER(fe80_w) { -// printf( "fe80\n" ); +// printf( "fe80\n" ); } DECLARE_WRITE8_MEMBER(rombank_w) { -// printf( "rom bank %02x\n", data); +// printf( "rom bank %02x\n", data); // this might be for ram banking membank("bankedroms")->set_entry(0); } DECLARE_WRITE8_MEMBER(ff80_w) { -// printf( "ff80:%02x %02x\n", offset, data ); +// printf( "ff80:%02x %02x\n", offset, data ); } WRITE8_MEMBER( via0_pa_w ) diff --git a/src/mess/drivers/craft.c b/src/mess/drivers/craft.c index ec6483d96db..d70adaaea19 100644 --- a/src/mess/drivers/craft.c +++ b/src/mess/drivers/craft.c @@ -76,9 +76,9 @@ public: DECLARE_DRIVER_INIT(craft); virtual void machine_reset(); UINT32 screen_update_craft(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect); -#if ENABLE_VERBOSE_LOG +#if ENABLE_VERBOSE_LOG inline void verboselog(int n_level, const char *s_fmt, ...); -#endif +#endif }; void craft_state::machine_start() diff --git a/src/mess/drivers/dectalk.c b/src/mess/drivers/dectalk.c index cd16dae0617..1c439e102ee 100644 --- a/src/mess/drivers/dectalk.c +++ b/src/mess/drivers/dectalk.c @@ -179,7 +179,7 @@ better; in reality, it's big advantage was it made far fewer stupid stress-placement mistakes because it did a much better job of understanding prefixes and suffixes. -Dave Conroy +Dave Conroy */ /* There are 3 things on the pins. Serial I/O. The telephone line. Power. @@ -202,7 +202,7 @@ and use the telephone pins as a transformer-coupled audio output. This is what we used to do in the lab all the time. -dgc (dg(no!spam)cx@mac.com) +dgc (dg(no!spam)cx@mac.com) */ // USE_LOOSE_TIMING makes the cpu interleave much lower and boosts it on fifo and flag writes by the 68k and semaphore sets by the dsp @@ -792,9 +792,9 @@ TIMER_CALLBACK_MEMBER(dectalk_state::outfifo_read_cb) // also it doesn't work well, the setup menu is badly corrupt /*device_t *duart = machine().device("duart68681"); if (machine.input().code_pressed(KEYCODE_F1)) - duart68681_rx_break(duart, 1, 1); + duart68681_rx_break(duart, 1, 1); else - duart68681_rx_break(duart, 1, 0);*/ + duart68681_rx_break(duart, 1, 0);*/ } /* Driver init: stuff that needs setting up which isn't directly affected by reset */ @@ -886,7 +886,7 @@ ROM_START( dectalk ) ROM_LOAD16_BYTE("23-098e5.e15", 0x38001, 0x4000, CRC(3d8910e7) SHA1(01921e77b46c2d4845023605239c45ffa4a35872)) // Label: "SP8510098E5" @ E15 /* the undumped 1.8 or 2.0 (beta?) version likely has roms: - 23-091e5.e22, 23-092e5.e21, 23-093e5.e20, 23-094e5.e19, + 23-091e5.e22, 23-092e5.e21, 23-093e5.e20, 23-094e5.e19, 23-099e5.e8, 23-100e5.e7, 23-101e5.e6, 23-102e5.e5 and shares the 23-103e5 thru 106e5, and 095e5 thru 098e5 roms with the 2.0 version above diff --git a/src/mess/drivers/fp200.c b/src/mess/drivers/fp200.c index 2bc4b3e2ebd..375b86b17e8 100644 --- a/src/mess/drivers/fp200.c +++ b/src/mess/drivers/fp200.c @@ -1,15 +1,15 @@ /*************************************************************************** - FP-200 (c) 1982 Casio + FP-200 (c) 1982 Casio - preliminary driver by Angelo Salese + preliminary driver by Angelo Salese - TODO: - - What's the LCDC type? Custom? - - Why RAM isn't recognized? Perhaps RAM is back-upped and needs default - data? - - Unless I've missed something in the schems, this one shouldn't have any - sound capability. + TODO: + - What's the LCDC type? Custom? + - Why RAM isn't recognized? Perhaps RAM is back-upped and needs default + data? + - Unless I've missed something in the schems, this one shouldn't have any + sound capability. ***************************************************************************/ @@ -129,11 +129,11 @@ UINT32 fp200_state::screen_update( screen_device &screen, bitmap_ind16 &bitmap, /* else if(m_lcd.attr[x/8+yoffs*20] == 0x40) { - UINT8 vram,pix; + UINT8 vram,pix; - vram = m_lcd.vram[x/8+yoffs*20]; - pix = (vram) >> (7-(yoffs & 7)) & 1; - bitmap.pix16(y,x) = pix; + vram = m_lcd.vram[x/8+yoffs*20]; + pix = (vram) >> (7-(yoffs & 7)) & 1; + bitmap.pix16(y,x) = pix; }*/ } } @@ -159,11 +159,11 @@ UINT32 fp200_state::screen_update( screen_device &screen, bitmap_ind16 &bitmap, } /*else if(m_lcd.attr[x/8+yoffs*20] == 0x40) { - UINT8 vram,pix; + UINT8 vram,pix; - vram = m_lcd.vram[x/8+yoffs*20]; - pix = (vram) >> (7-(yoffs & 7)) & 1; - bitmap.pix16(y,x) = pix; + vram = m_lcd.vram[x/8+yoffs*20]; + pix = (vram) >> (7-(yoffs & 7)) & 1; + bitmap.pix16(y,x) = pix; }*/ } } @@ -175,7 +175,7 @@ UINT32 fp200_state::screen_update( screen_device &screen, bitmap_ind16 &bitmap, /* [1] DDDD DDDD vram data/attr (left half) [2] DDDD DDDD vram data/attr (right half) -[8] SSSS --YY Status code (1=vram type/0xb=attr type) / upper part of Y address +[8] SSSS --YY Status code (1=vram type/0xb=attr type) / upper part of Y address [9] YYYY XXXX lower part of Y address / X address */ UINT8 fp200_state::read_lcd_attr(UINT16 X, UINT16 Y) @@ -262,7 +262,7 @@ void fp200_state::write_lcd_attr(UINT16 X, UINT16 Y,UINT8 data) return; //if(data != 0x60) - // printf("%d %d %02x\n",X,Y,data); + // printf("%d %d %02x\n",X,Y,data); m_lcd.attr[base_offs] = data; } @@ -316,9 +316,9 @@ WRITE8_MEMBER(fp200_state::fp200_lcd_w) READ8_MEMBER(fp200_state::fp200_keyb_r) { const char *const keynames[16] = { "KEY0", "KEY1", "KEY2", "KEY3", - "KEY4", "KEY5", "KEY6", "KEY7", - "KEY8", "KEY9", "UNUSED", "UNUSED", - "UNUSED", "UNUSED", "UNUSED", "UNUSED"}; + "KEY4", "KEY5", "KEY6", "KEY7", + "KEY8", "KEY9", "UNUSED", "UNUSED", + "UNUSED", "UNUSED", "UNUSED", "UNUSED"}; UINT8 res; if(offset == 0) @@ -452,7 +452,7 @@ static INPUT_PORTS_START( fp200 ) PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_KEYBOARD ) PORT_NAME("; / +") PORT_IMPULSE(1) PORT_CHANGED_MEMBER(DEVICE_SELF, fp200_state,keyb_irq, 0) PORT_START("KEY4") -// PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_KEYBOARD ) PORT_NAME("CAPS LOCK") PORT_CODE(KEYCODE_CAPSLOCK) //PORT_TOGGLE PORT_IMPULSE(1) PORT_CHANGED_MEMBER(DEVICE_SELF, fp200_state,keyb_irq, 0) +// PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_KEYBOARD ) PORT_NAME("CAPS LOCK") PORT_CODE(KEYCODE_CAPSLOCK) //PORT_TOGGLE PORT_IMPULSE(1) PORT_CHANGED_MEMBER(DEVICE_SELF, fp200_state,keyb_irq, 0) PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_KEYBOARD ) PORT_NAME("INS / DEL") PORT_CODE(KEYCODE_INSERT) PORT_IMPULSE(1) PORT_CHANGED_MEMBER(DEVICE_SELF, fp200_state,keyb_irq, 0) PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_KEYBOARD ) PORT_NAME("HOME / CLS") PORT_CODE(KEYCODE_HOME) PORT_IMPULSE(1) PORT_CHANGED_MEMBER(DEVICE_SELF, fp200_state,keyb_irq, 0) PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_KEYBOARD ) PORT_NAME("PF0 / PF5") PORT_IMPULSE(1) PORT_CHANGED_MEMBER(DEVICE_SELF, fp200_state,keyb_irq, 0) diff --git a/src/mess/drivers/gb.c b/src/mess/drivers/gb.c index 05e63e637fe..c6476eef7d2 100644 --- a/src/mess/drivers/gb.c +++ b/src/mess/drivers/gb.c @@ -662,8 +662,8 @@ static SLOT_INTERFACE_START(gb_cart) SLOT_INTERFACE_INTERNAL("rom_digimon", GB_ROM_DIGIMON) SLOT_INTERFACE_INTERNAL("rom_rock8", GB_ROM_ROCKMAN8) SLOT_INTERFACE_INTERNAL("rom_sm3sp", GB_ROM_SM3SP) -// SLOT_INTERFACE_INTERNAL("rom_dkong5", GB_ROM_DKONG5) -// SLOT_INTERFACE_INTERNAL("rom_unk01", GB_ROM_UNK01) +// SLOT_INTERFACE_INTERNAL("rom_dkong5", GB_ROM_DKONG5) +// SLOT_INTERFACE_INTERNAL("rom_unk01", GB_ROM_UNK01) SLOT_INTERFACE_END static SLOT_INTERFACE_START(megaduck_cart) diff --git a/src/mess/drivers/mmodular.c b/src/mess/drivers/mmodular.c index ef9650b9269..cda1358fced 100644 --- a/src/mess/drivers/mmodular.c +++ b/src/mess/drivers/mmodular.c @@ -243,10 +243,10 @@ WRITE8_MEMBER(polgar_state::write_polgar_IO) m_lcdc->write(space, BIT(data,0), lcd_char); } - if (BIT(data,2) || BIT(data,3)) - machine().device<beep_device>("beep")->set_state(1); - else - machine().device<beep_device>("beep")->set_state(0); + if (BIT(data,2) || BIT(data,3)) + machine().device<beep_device>("beep")->set_state(1); + else + machine().device<beep_device>("beep")->set_state(0); if (BIT(data,7) && BIT(data, 4)) { for (i = 0;i < 8;i++) @@ -411,12 +411,12 @@ WRITE8_MEMBER(polgar_state::milano_write_LED) WRITE8_MEMBER(polgar_state::megaiv_write_LED) { - if (BIT(data,7)) - machine().device<beep_device>("beep")->set_state(1); - else - machine().device<beep_device>("beep")->set_state(0); - output_set_led_value(102,BIT(data,1)?1:0); - output_set_led_value(107,BIT(data,6)?1:0); + if (BIT(data,7)) + machine().device<beep_device>("beep")->set_state(1); + else + machine().device<beep_device>("beep")->set_state(0); + output_set_led_value(102,BIT(data,1)?1:0); + output_set_led_value(107,BIT(data,6)?1:0); // logerror("LEDs FUNC = %02x found = %d\n",data,found); logerror("LED mask %d\n",data); @@ -474,14 +474,14 @@ if ((data & 0xa1) == 0xa1) { found = 1; } -if (BIT(data,7)) - machine().device<beep_device>("beep")->set_state(1); -else - machine().device<beep_device>("beep")->set_state(0); -if (BIT(data,1)) - machine().device<beep_device>("beep")->set_state(1); -else - machine().device<beep_device>("beep")->set_state(0); +if (BIT(data,7)) + machine().device<beep_device>("beep")->set_state(1); +else + machine().device<beep_device>("beep")->set_state(0); +if (BIT(data,1)) + machine().device<beep_device>("beep")->set_state(1); +else + machine().device<beep_device>("beep")->set_state(0); // logerror("LEDs FUNC = %02x found = %d\n",data,found); if (!found) { logerror("unknown LED mask %d\n",data); @@ -723,10 +723,10 @@ READ32_MEMBER(polgar_state::read_keys_BPL32) WRITE8_MEMBER(polgar_state::beep_academy) { - if (!BIT(data,7)) - machine().device<beep_device>("beep")->set_state(1); - else - machine().device<beep_device>("beep")->set_state(0); + if (!BIT(data,7)) + machine().device<beep_device>("beep")->set_state(1); + else + machine().device<beep_device>("beep")->set_state(0); } WRITE8_MEMBER(polgar_state::megaiv_IO) @@ -903,10 +903,10 @@ void polgar_state::write_IOenable(unsigned char data,address_space &space) logerror("Write to IOENBL data: %08x\n",data); - if (BIT(data,2) || BIT(data,3)) - speaker->set_state(1); - else - speaker->set_state(0); + if (BIT(data,2) || BIT(data,3)) + speaker->set_state(1); + else + speaker->set_state(0); } } diff --git a/src/mess/drivers/mod8.c b/src/mess/drivers/mod8.c index bc9aaf1a508..a074bf79116 100644 --- a/src/mess/drivers/mod8.c +++ b/src/mess/drivers/mod8.c @@ -90,7 +90,7 @@ IRQ_CALLBACK_MEMBER(mod8_state::mod8_irq_callback) void mod8_state::machine_reset() { - machine().device("maincpu")->execute().set_irq_acknowledge_callback(device_irq_acknowledge_delegate(FUNC(mod8_state::mod8_irq_callback),this)); + machine().device("maincpu")->execute().set_irq_acknowledge_callback(device_irq_acknowledge_delegate(FUNC(mod8_state::mod8_irq_callback),this)); } WRITE8_MEMBER( mod8_state::kbd_put ) diff --git a/src/mess/drivers/nes.c b/src/mess/drivers/nes.c index 720ccdc28fa..e9d9efce4a9 100644 --- a/src/mess/drivers/nes.c +++ b/src/mess/drivers/nes.c @@ -568,7 +568,7 @@ MACHINE_CONFIG_END static MACHINE_CONFIG_DERIVED( famicom, nes ) MCFG_DEVICE_REMOVE( "nes_slot" ) - MCFG_NES_CARTRIDGE_ADD("nes_slot", nes_crt_interface, nes_cart, NULL, NULL) // here we need a non-mandatory cart... + MCFG_NES_CARTRIDGE_ADD("nes_slot", nes_crt_interface, nes_cart, NULL, NULL) // here we need a non-mandatory cart... MCFG_NES_CARTRIDGE_NOT_MANDATORY MCFG_LEGACY_FLOPPY_DRIVE_ADD(FLOPPY_0, nes_floppy_interface) diff --git a/src/mess/drivers/ng_aes.c b/src/mess/drivers/ng_aes.c index 58866950e8c..202437817f9 100644 --- a/src/mess/drivers/ng_aes.c +++ b/src/mess/drivers/ng_aes.c @@ -1692,21 +1692,21 @@ ROM_START( aes ) ROM_SYSTEM_BIOS( 2, "uni-bios23", "Universe Bios (Ver. 2.3)" ) ROMX_LOAD( "uni-bios_2_3.rom", 0x00000, 0x020000, CRC(27664eb5) SHA1(5b02900a3ccf3df168bdcfc98458136fd2b92ac0), ROM_GROUPWORD | ROM_REVERSE | ROM_BIOS(3) ) /* Universe Bios v2.3 (hack) */ ROM_SYSTEM_BIOS( 3, "uni-bios30", "Universe Bios (Ver. 3.0)" ) - ROMX_LOAD("uni-bios-30.rom", 0x00000, 0x020000, CRC(a97c89a9) SHA1(97a5eff3b119062f10e31ad6f04fe4b90d366e7f), ROM_GROUPWORD | ROM_REVERSE | ROM_BIOS(4)) /* Universe Bios v3.0 */ + ROMX_LOAD("uni-bios-30.rom", 0x00000, 0x020000, CRC(a97c89a9) SHA1(97a5eff3b119062f10e31ad6f04fe4b90d366e7f), ROM_GROUPWORD | ROM_REVERSE | ROM_BIOS(4)) /* Universe Bios v3.0 */ ROM_SYSTEM_BIOS( 4, "uni-bios10", "Universe Bios (Ver. 1.0)" ) - ROMX_LOAD("uni-bios-10.rom", 0x00000, 0x020000, CRC(0ce453a0) SHA1(3b4c0cd26c176fc6b26c3a2f95143dd478f6abf9), ROM_GROUPWORD | ROM_REVERSE | ROM_BIOS(5)) /* Universe Bios v1.0 */ + ROMX_LOAD("uni-bios-10.rom", 0x00000, 0x020000, CRC(0ce453a0) SHA1(3b4c0cd26c176fc6b26c3a2f95143dd478f6abf9), ROM_GROUPWORD | ROM_REVERSE | ROM_BIOS(5)) /* Universe Bios v1.0 */ ROM_SYSTEM_BIOS( 5, "uni-bios11", "Universe Bios (Ver. 1.1)" ) - ROMX_LOAD("uni-bios-11.rom", 0x00000, 0x020000, CRC(5dda0d84) SHA1(4153d533c02926a2577e49c32657214781ff29b7), ROM_GROUPWORD | ROM_REVERSE | ROM_BIOS(6)) /* Universe Bios v1.1 */ + ROMX_LOAD("uni-bios-11.rom", 0x00000, 0x020000, CRC(5dda0d84) SHA1(4153d533c02926a2577e49c32657214781ff29b7), ROM_GROUPWORD | ROM_REVERSE | ROM_BIOS(6)) /* Universe Bios v1.1 */ ROM_SYSTEM_BIOS( 6, "uni-bios12", "Universe Bios (Ver. 1.2)" ) - ROMX_LOAD("uni-bios-12.rom", 0x00000, 0x020000, CRC(4fa698e9) SHA1(682e13ec1c42beaa2d04473967840c88fd52c75a), ROM_GROUPWORD | ROM_REVERSE | ROM_BIOS(7)) /* Universe Bios v1.2 */ + ROMX_LOAD("uni-bios-12.rom", 0x00000, 0x020000, CRC(4fa698e9) SHA1(682e13ec1c42beaa2d04473967840c88fd52c75a), ROM_GROUPWORD | ROM_REVERSE | ROM_BIOS(7)) /* Universe Bios v1.2 */ ROM_SYSTEM_BIOS( 7, "uni-bios13", "Universe Bios (Ver. 1.3)" ) - ROMX_LOAD("uni-bios-13.rom", 0x00000, 0x020000, CRC(b24b44a0) SHA1(eca8851d30557b97c309a0d9f4a9d20e5b14af4e), ROM_GROUPWORD | ROM_REVERSE | ROM_BIOS(8)) /* Universe Bios v1.3 */ + ROMX_LOAD("uni-bios-13.rom", 0x00000, 0x020000, CRC(b24b44a0) SHA1(eca8851d30557b97c309a0d9f4a9d20e5b14af4e), ROM_GROUPWORD | ROM_REVERSE | ROM_BIOS(8)) /* Universe Bios v1.3 */ ROM_SYSTEM_BIOS( 8, "uni-bios20", "Universe Bios (Ver. 2.0)" ) - ROMX_LOAD("uni-bios-20.rom", 0x00000, 0x020000, CRC(0c12c2ad) SHA1(37bcd4d30f3892078b46841d895a6eff16dc921e), ROM_GROUPWORD | ROM_REVERSE | ROM_BIOS(9)) /* Universe Bios v2.0 */ + ROMX_LOAD("uni-bios-20.rom", 0x00000, 0x020000, CRC(0c12c2ad) SHA1(37bcd4d30f3892078b46841d895a6eff16dc921e), ROM_GROUPWORD | ROM_REVERSE | ROM_BIOS(9)) /* Universe Bios v2.0 */ ROM_SYSTEM_BIOS( 9, "uni-bios21", "Universe Bios (Ver. 2.1)" ) - ROMX_LOAD("uni-bios-21.rom", 0x00000, 0x020000, CRC(8dabf76b) SHA1(c23732c4491d966cf0373c65c83c7a4e88f0082c), ROM_GROUPWORD | ROM_REVERSE | ROM_BIOS(10)) /* Universe Bios v2.1 */ + ROMX_LOAD("uni-bios-21.rom", 0x00000, 0x020000, CRC(8dabf76b) SHA1(c23732c4491d966cf0373c65c83c7a4e88f0082c), ROM_GROUPWORD | ROM_REVERSE | ROM_BIOS(10)) /* Universe Bios v2.1 */ ROM_SYSTEM_BIOS( 10, "uni-bios22", "Universe Bios (Ver. 2.2)" ) - ROMX_LOAD("uni-bios-22.rom", 0x00000, 0x020000, CRC(2d50996a) SHA1(5241a4fb0c63b1a23fd1da8efa9c9a9bd3b4279c), ROM_GROUPWORD | ROM_REVERSE | ROM_BIOS(11)) /* Universe Bios v2.2 */ + ROMX_LOAD("uni-bios-22.rom", 0x00000, 0x020000, CRC(2d50996a) SHA1(5241a4fb0c63b1a23fd1da8efa9c9a9bd3b4279c), ROM_GROUPWORD | ROM_REVERSE | ROM_BIOS(11)) /* Universe Bios v2.2 */ ROM_REGION( 0x200000, "maincpu", ROMREGION_ERASEFF ) diff --git a/src/mess/drivers/ob68k1a.c b/src/mess/drivers/ob68k1a.c index 0f4ece25381..a9ba2d5a3bb 100644 --- a/src/mess/drivers/ob68k1a.c +++ b/src/mess/drivers/ob68k1a.c @@ -326,8 +326,8 @@ void ob68k1a_state::machine_reset() // initialize COM8116 com8116_w(program, 0, 0xee); -// m_dbrg->stt_w(program, 0, 0x01); -// m_dbrg->str_w(program, 0, 0x01); +// m_dbrg->stt_w(program, 0, 0x01); +// m_dbrg->str_w(program, 0, 0x01); // set reset vector void *ram = program.get_write_ptr(0); diff --git a/src/mess/drivers/odyssey2.c b/src/mess/drivers/odyssey2.c index 92c49a0ce6e..23cf3393033 100644 --- a/src/mess/drivers/odyssey2.c +++ b/src/mess/drivers/odyssey2.c @@ -246,24 +246,24 @@ INPUT_PORTS_END const UINT8 odyssey2_colors[] = { /* Background,Grid Dim */ - 0x00,0x00,0x00, /* Black */ // i r g b - 0x1A,0x37,0xBE, /* Blue - Calibrated To Real VideoPac */ // i r g B - 0x00,0x6D,0x07, /* Green - Calibrated To Real VideoPac */ // i r G b - 0x2A,0xAA,0xBE, /* Blue-Green - Calibrated To Real VideoPac */ // i r G B - 0x79,0x00,0x00, /* Red - Calibrated To Real VideoPac */ // i R g b - 0x94,0x30,0x9F, /* Violet - Calibrated To Real VideoPac */ // i R g B - 0x77,0x67,0x0B, /* Khaki - Calibrated To Real VideoPac */ // i R g B - 0xCE,0xCE,0xCE, /* Lt Grey */ // i R G B + 0x00,0x00,0x00, /* Black */ // i r g b + 0x1A,0x37,0xBE, /* Blue - Calibrated To Real VideoPac */ // i r g B + 0x00,0x6D,0x07, /* Green - Calibrated To Real VideoPac */ // i r G b + 0x2A,0xAA,0xBE, /* Blue-Green - Calibrated To Real VideoPac */ // i r G B + 0x79,0x00,0x00, /* Red - Calibrated To Real VideoPac */ // i R g b + 0x94,0x30,0x9F, /* Violet - Calibrated To Real VideoPac */ // i R g B + 0x77,0x67,0x0B, /* Khaki - Calibrated To Real VideoPac */ // i R g B + 0xCE,0xCE,0xCE, /* Lt Grey */ // i R G B /* Background,Grid Bright */ - 0x67,0x67,0x67, /* Grey - Calibrated To Real VideoPac */ // I R g B - 0x5C,0x80,0xF6, /* Lt Blue - Calibrated To Real VideoPac */ // I R g B - 0x56,0xC4,0x69, /* Lt Green - Calibrated To Real VideoPac */ // I R g B - 0x77,0xE6,0xEB, /* Lt Blue-Green - Calibrated To Real VideoPac */ // I R g b - 0xC7,0x51,0x51, /* Lt Red - Calibrated To Real VideoPac */ // I R g b - 0xDC,0x84,0xE8, /* Lt Violet - Calibrated To Real VideoPac */ // I R g B - 0xC6,0xB8,0x6A, /* Lt Yellow - Calibrated To Real VideoPac */ // I R G b - 0xFF,0xFF,0xFF, /* White */ // I R G B + 0x67,0x67,0x67, /* Grey - Calibrated To Real VideoPac */ // I R g B + 0x5C,0x80,0xF6, /* Lt Blue - Calibrated To Real VideoPac */ // I R g B + 0x56,0xC4,0x69, /* Lt Green - Calibrated To Real VideoPac */ // I R g B + 0x77,0xE6,0xEB, /* Lt Blue-Green - Calibrated To Real VideoPac */ // I R g b + 0xC7,0x51,0x51, /* Lt Red - Calibrated To Real VideoPac */ // I R g b + 0xDC,0x84,0xE8, /* Lt Violet - Calibrated To Real VideoPac */ // I R g B + 0xC6,0xB8,0x6A, /* Lt Yellow - Calibrated To Real VideoPac */ // I R G b + 0xFF,0xFF,0xFF, /* White */ // I R G B }; @@ -280,23 +280,23 @@ void g7400_state::palette_init() { const UINT8 g7400_colors[] = { - 0x00,0x00,0x00, // Black - 0x1A,0x37,0xBE, // Blue - 0x00,0x6D,0x07, // Green - 0x2A,0xAA,0xBE, // Blue-Green - 0x79,0x00,0x00, // Red - 0x94,0x30,0x9F, // Violet - 0x77,0x67,0x0B, // Khaki - 0xCE,0xCE,0xCE, // Lt Grey - - 0x67,0x67,0x67, // Grey - 0x5C,0x80,0xF6, // Lt Blue - 0x56,0xC4,0x69, // Lt Green - 0x77,0xE6,0xEB, // Lt Blue-Green - 0xC7,0x51,0x51, // Lt Red - 0xDC,0x84,0xE8, // Lt Violet - 0xC6,0xB8,0x6A, // Lt Yellow - 0xff,0xff,0xff // White + 0x00,0x00,0x00, // Black + 0x1A,0x37,0xBE, // Blue + 0x00,0x6D,0x07, // Green + 0x2A,0xAA,0xBE, // Blue-Green + 0x79,0x00,0x00, // Red + 0x94,0x30,0x9F, // Violet + 0x77,0x67,0x0B, // Khaki + 0xCE,0xCE,0xCE, // Lt Grey + + 0x67,0x67,0x67, // Grey + 0x5C,0x80,0xF6, // Lt Blue + 0x56,0xC4,0x69, // Lt Green + 0x77,0xE6,0xEB, // Lt Blue-Green + 0xC7,0x51,0x51, // Lt Red + 0xDC,0x84,0xE8, // Lt Violet + 0xC6,0xB8,0x6A, // Lt Yellow + 0xff,0xff,0xff // White }; @@ -976,4 +976,3 @@ COMP( 1979, videopac, odyssey2, 0, videopac, odyssey2, odyssey2_state, odys COMP( 1983, g7400, odyssey2, 0, g7400, odyssey2, odyssey2_state, odyssey2, "Philips", "Videopac Plus G7400", GAME_IMPERFECT_GRAPHICS ) COMP( 1983, jopac, odyssey2, 0, g7400, odyssey2, odyssey2_state, odyssey2, "Brandt", "Jopac JO7400", GAME_IMPERFECT_GRAPHICS ) COMP( 1983, odyssey3, odyssey2, 0, odyssey3, odyssey2, odyssey2_state, odyssey2, "Maganvox", "Odyssey 3 Command Center (prototype)", GAME_IMPERFECT_GRAPHICS ) - diff --git a/src/mess/drivers/pc4.c b/src/mess/drivers/pc4.c index f6f8299f32b..1149b84b590 100644 --- a/src/mess/drivers/pc4.c +++ b/src/mess/drivers/pc4.c @@ -192,7 +192,7 @@ void pc4_state::machine_start() m_blink_timer = timer_alloc(BLINKING_TIMER); m_blink_timer->adjust(attotime::from_msec(409), 0, attotime::from_msec(409)); - for (int i=0; i<8; i++) + for (int i=0; i<8; i++) { io_port[i] = ioport(bitnames[i]); } diff --git a/src/mess/drivers/pet.c b/src/mess/drivers/pet.c index c2808dcada8..0725a9491ce 100644 --- a/src/mess/drivers/pet.c +++ b/src/mess/drivers/pet.c @@ -1795,7 +1795,7 @@ MACHINE_CONFIG_END static MACHINE_CONFIG_DERIVED_CLASS( cbm8296, pet80, cbm8296_state ) MCFG_MACHINE_START_OVERRIDE(cbm8296_state, cbm8296) MCFG_MACHINE_RESET_OVERRIDE(cbm8296_state, cbm8296) - + MCFG_CPU_MODIFY(M6502_TAG) MCFG_CPU_PROGRAM_MAP(cbm8296_mem) diff --git a/src/mess/drivers/thomson.c b/src/mess/drivers/thomson.c index b7c9db17a2f..1e5a03118a1 100644 --- a/src/mess/drivers/thomson.c +++ b/src/mess/drivers/thomson.c @@ -565,7 +565,7 @@ INPUT_PORTS_END static WRITE_LINE_DEVICE_HANDLER(thomson_index_callback) { - device->machine().driver_data<thomson_state>()->thomson_index_callback(device, state); + device->machine().driver_data<thomson_state>()->thomson_index_callback(device, state); } diff --git a/src/mess/drivers/vic10.c b/src/mess/drivers/vic10.c index 07783d18018..03496be5e95 100644 --- a/src/mess/drivers/vic10.c +++ b/src/mess/drivers/vic10.c @@ -586,7 +586,7 @@ void vic10_state::machine_start() void vic10_state::machine_reset() { m_maincpu->reset(); - + m_vic->reset(); m_sid->reset(); m_cia->reset(); |
