Previous 199869 Revisions Next

r17418 Thursday 23rd August, 2012 at 12:12:19 UTC by hap
z80 r16491 for msx.c
[src/emu/cpu/z80]z80.c
[src/mess/drivers]msx.c
[src/mess/machine]msx.c

trunk/src/emu/cpu/z80/z80.c
r17417r17418
261261 5,10,10,10,10,11, 7,11, 5,10,10, 0,10,17, 7,11,   /* cb -> cc_cb */
262262 5,10,10,11,10,11, 7,11, 5, 4,10,11,10, 0, 7,11,   /* dd -> cc_xy */
263263 5,10,10,19,10,11, 7,11, 5, 4,10, 4,10, 0, 7,11,   /* ed -> cc_ed */
264 5,10,10, 4,10,11, 7,11, 5, 6,10, 4,10, 0, 7,11};   /* fd -> cc_xy */
264 5,10,10, 4,10,11, 7,11, 5, 6,10, 4,10, 0, 7,11      /* fd -> cc_xy */
265};
265266
266267static const UINT8 cc_cb[0x100] = {
267268 8, 8, 8, 8, 8, 8,15, 8, 8, 8, 8, 8, 8, 8,15, 8,
r17417r17418
279280 8, 8, 8, 8, 8, 8,15, 8, 8, 8, 8, 8, 8, 8,15, 8,
280281 8, 8, 8, 8, 8, 8,15, 8, 8, 8, 8, 8, 8, 8,15, 8,
281282 8, 8, 8, 8, 8, 8,15, 8, 8, 8, 8, 8, 8, 8,15, 8,
282 8, 8, 8, 8, 8, 8,15, 8, 8, 8, 8, 8, 8, 8,15, 8};
283 8, 8, 8, 8, 8, 8,15, 8, 8, 8, 8, 8, 8, 8,15, 8
284};
283285
284286static const UINT8 cc_ed[0x100] = {
285287 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
r17417r17418
297299 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
298300 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
299301 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
300 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8};
302 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8
303};
301304
302305/* ix/iy: with the exception of (i+offset) opcodes, t-states are main_opcode_table + 4 */
303306static const UINT8 cc_xy[0x100] = {
r17417r17418
316319 5+4,10+4,10+4,10+4,10+4,11+4, 7+4,11+4, 5+4,10+4,10+4, 0  ,10+4,17+4, 7+4,11+4,   /* cb -> cc_xycb */
317320 5+4,10+4,10+4,11+4,10+4,11+4, 7+4,11+4, 5+4, 4+4,10+4,11+4,10+4, 4+4, 7+4,11+4,
318321 5+4,10+4,10+4,19+4,10+4,11+4, 7+4,11+4, 5+4, 4+4,10+4, 4+4,10+4, 4+4, 7+4,11+4,
319 5+4,10+4,10+4, 4+4,10+4,11+4, 7+4,11+4, 5+4, 6+4,10+4, 4+4,10+4, 4+4, 7+4,11+4};
322 5+4,10+4,10+4, 4+4,10+4,11+4, 7+4,11+4, 5+4, 6+4,10+4, 4+4,10+4, 4+4, 7+4,11+4
323};
320324
321325static const UINT8 cc_xycb[0x100] = {
32232623,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,
r17417r17418
33433823,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,
33533923,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,
33634023,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,
33723,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23};
34123,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23
342};
338343
339344/* extra cycles if jr/jp/call taken and 'interrupt latency' on rst 0-7 */
340345static const UINT8 cc_ex[0x100] = {
r17417r17418
353358 6, 0, 0, 0, 7, 0, 0, 2, 6, 0, 0, 0, 7, 0, 0, 2,
354359 6, 0, 0, 0, 7, 0, 0, 2, 6, 0, 0, 0, 7, 0, 0, 2,
355360 6, 0, 0, 0, 7, 0, 0, 2, 6, 0, 0, 0, 7, 0, 0, 2,
356 6, 0, 0, 0, 7, 0, 0, 2, 6, 0, 0, 0, 7, 0, 0, 2};
361 6, 0, 0, 0, 7, 0, 0, 2, 6, 0, 0, 0, 7, 0, 0, 2
362};
357363
358364#define cc_dd   cc_xy
359365#define cc_fd   cc_xy
trunk/src/mess/machine/msx.c
r17417r17418
415415 4+1, 4+1, 4+1, 4+1, 4+1, 4+1, 7+1, 4+1, 4+1, 4+1, 4+1, 4+1, 4+1, 4+1, 7+1, 4+1,
416416 4+1, 4+1, 4+1, 4+1, 4+1, 4+1, 7+1, 4+1, 4+1, 4+1, 4+1, 4+1, 4+1, 4+1, 7+1, 4+1,
417417 4+1, 4+1, 4+1, 4+1, 4+1, 4+1, 7+1, 4+1, 4+1, 4+1, 4+1, 4+1, 4+1, 4+1, 7+1, 4+1,
418 5+1,10+1,10+1,10+1,10+1,11+1, 7+1,11+1, 5+1,10+1,10+1, 0+0,10+1,17+1, 7+1,11+1,
419 5+1,10+1,10+1,11+1,10+1,11+1, 7+1,11+1, 5+1, 4+1,10+1,11+1,10+1, 0+0, 7+1,11+1,
420 5+1,10+1,10+1,19+1,10+1,11+1, 7+1,11+1, 5+1, 4+1,10+1, 4+1,10+1, 0+0, 7+1,11+1,
421 5+1,10+1,10+1, 4+1,10+1,11+1, 7+1,11+1, 5+1, 6+1,10+1, 4+1,10+1, 0+0, 7+1,11+1
418 5+1,10+1,10+1,10+1,10+1,11+1, 7+1,11+1, 5+1,10+1,10+1, 0  ,10+1,17+1, 7+1,11+1,
419 5+1,10+1,10+1,11+1,10+1,11+1, 7+1,11+1, 5+1, 4+1,10+1,11+1,10+1, 0  , 7+1,11+1,
420 5+1,10+1,10+1,19+1,10+1,11+1, 7+1,11+1, 5+1, 4+1,10+1, 4+1,10+1, 0  , 7+1,11+1,
421 5+1,10+1,10+1, 4+1,10+1,11+1, 7+1,11+1, 5+1, 6+1,10+1, 4+1,10+1, 0  , 7+1,11+1
422422};
423423
424424static const UINT8 cc_cb[0x100] = {
r17417r17418
460460};
461461
462462static const UINT8 cc_xy[0x100] = {
463 4+2, 4+2, 4+2, 4+2, 4+2, 4+2, 4+2, 4+2, 4+2,15+2, 4+2, 4+2, 4+2, 4+2, 4+2, 4+2,
464 4+2, 4+2, 4+2, 4+2, 4+2, 4+2, 4+2, 4+2, 4+2,15+2, 4+2, 4+2, 4+2, 4+2, 4+2, 4+2,
465 4+2,14+2,20+2,10+2, 9+2, 9+2,11+2, 4+2, 4+2,15+2,20+2,10+2, 9+2, 9+2,11+2, 4+2,
466 4+2, 4+2, 4+2, 4+2,23+2,23+2,19+2, 4+2, 4+2,15+2, 4+2, 4+2, 4+2, 4+2, 4+2, 4+2,
467 4+2, 4+2, 4+2, 4+2, 9+2, 9+2,19+2, 4+2, 4+2, 4+2, 4+2, 4+2, 9+2, 9+2,19+2, 4+2,
468 4+2, 4+2, 4+2, 4+2, 9+2, 9+2,19+2, 4+2, 4+2, 4+2, 4+2, 4+2, 9+2, 9+2,19+2, 4+2,
469 9+2, 9+2, 9+2, 9+2, 9+2, 9+2,19+2, 9+2, 9+2, 9+2, 9+2, 9+2, 9+2, 9+2,19+2, 9+2,
47019+2,19+2,19+2,19+2,19+2,19+2, 4+2,19+2, 4+2, 4+2, 4+2, 4+2, 9+2, 9+2,19+2, 4+2,
471 4+2, 4+2, 4+2, 4+2, 9+2, 9+2,19+2, 4+2, 4+2, 4+2, 4+2, 4+2, 9+2, 9+2,19+2, 4+2,
472 4+2, 4+2, 4+2, 4+2, 9+2, 9+2,19+2, 4+2, 4+2, 4+2, 4+2, 4+2, 9+2, 9+2,19+2, 4+2,
473 4+2, 4+2, 4+2, 4+2, 9+2, 9+2,19+2, 4+2, 4+2, 4+2, 4+2, 4+2, 9+2, 9+2,19+2, 4+2,
474 4+2, 4+2, 4+2, 4+2, 9+2, 9+2,19+2, 4+2, 4+2, 4+2, 4+2, 4+2, 9+2, 9+2,19+2, 4+2,
475 4+2, 4+2, 4+2, 4+2, 4+2, 4+2, 4+2, 4+2, 4+2, 4+2, 4+2, 0+0, 4+2, 4+2, 4+2, 4+2,
476 4+2, 4+2, 4+2, 4+2, 4+2, 4+2, 4+2, 4+2, 4+2, 4+2, 4+2, 4+2, 4+2, 4+2, 4+2, 4+2,
477 4+2,14+2, 4+2,23+2, 4+2,15+2, 4+2, 4+2, 4+2, 8+2, 4+2, 4+2, 4+2, 4+2, 4+2, 4+2,
478 4+2, 4+2, 4+2, 4+2, 4+2, 4+2, 4+2, 4+2, 4+2,10+2, 4+2, 4+2, 4+2, 4+2, 4+2, 4+2
463 4+4+2,10+4+2, 7+4+2, 6+4+2, 4+4+2, 4+4+2, 7+4+2, 4+4+2, 4+4+2,11+4+2, 7+4+2, 6+4+2, 4+4+2, 4+4+2, 7+4+2, 4+4+2,
464 8+4+2,10+4+2, 7+4+2, 6+4+2, 4+4+2, 4+4+2, 7+4+2, 4+4+2,12+4+2,11+4+2, 7+4+2, 6+4+2, 4+4+2, 4+4+2, 7+4+2, 4+4+2,
465 7+4+2,10+4+2,16+4+2, 6+4+2, 4+4+2, 4+4+2, 7+4+2, 4+4+2, 7+4+2,11+4+2,16+4+2, 6+4+2, 4+4+2, 4+4+2, 7+4+2, 4+4+2,
466 7+4+2,10+4+2,13+4+2, 6+4+2,23  +2,23  +2,19  +2, 4+4+2, 7+4+2,11+4+2,13+4+2, 6+4+2, 4+4+2, 4+4+2, 7+4+2, 4+4+2,
467 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2,19  +2, 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2,19  +2, 4+4+2,
468 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2,19  +2, 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2,19  +2, 4+4+2,
469 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2,19  +2, 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2,19  +2, 4+4+2,
47019  +2,19  +2,19  +2,19  +2,19  +2,19  +2, 4+4+2,19  +2, 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2,19  +2, 4+4+2,
471 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2,19  +2, 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2,19  +2, 4+4+2,
472 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2,19  +2, 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2,19  +2, 4+4+2,
473 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2,19  +2, 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2,19  +2, 4+4+2,
474 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2,19  +2, 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2, 4+4+2,19  +2, 4+4+2,
475 5+4+2,10+4+2,10+4+2,10+4+2,10+4+2,11+4+2, 7+4+2,11+4+2, 5+4+2,10+4+2,10+4+2, 0  +2,10+4+2,17+4+2, 7+4+2,11+4+2,
476 5+4+2,10+4+2,10+4+2,11+4+2,10+4+2,11+4+2, 7+4+2,11+4+2, 5+4+2, 4+4+2,10+4+2,11+4+2,10+4+2, 4+4+2, 7+4+2,11+4+2,
477 5+4+2,10+4+2,10+4+2,19+4+2,10+4+2,11+4+2, 7+4+2,11+4+2, 5+4+2, 4+4+2,10+4+2, 4+4+2,10+4+2, 4+4+2, 7+4+2,11+4+2,
478 5+4+2,10+4+2,10+4+2, 4+4+2,10+4+2,11+4+2, 7+4+2,11+4+2, 5+4+2, 6+4+2,10+4+2, 4+4+2,10+4+2, 4+4+2, 7+4+2,11+4+2
479479};
480480
481481static const UINT8 cc_xycb[0x100] = {
trunk/src/mess/drivers/msx.c
r17417r17418
10661066
10671067static MACHINE_CONFIG_START( msx, msx_state )
10681068   /* basic machine hardware */
1069   MCFG_CPU_ADD("maincpu", Z80, 3579545)        /* 3.579545 MHz */
1069   MCFG_CPU_ADD("maincpu", Z80, XTAL_10_738635MHz/3)        /* 3.579545 MHz */
10701070   MCFG_CPU_PROGRAM_MAP(msx_memory_map)
10711071   MCFG_CPU_IO_MAP(msx_io_map)
10721072   MCFG_CPU_VBLANK_INT("screen", msx_interrupt)   /* Needed for mouse updates */
r17417r17418
10831083   MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.10)
10841084   MCFG_SOUND_WAVE_ADD(WAVE_TAG, CASSETTE_TAG)
10851085   MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)
1086   MCFG_SOUND_ADD("ay8910", AY8910, 1789773)
1086   MCFG_SOUND_ADD("ay8910", AY8910, XTAL_10_738635MHz/3/2)
10871087   MCFG_SOUND_CONFIG(msx_ay8910_interface)
10881088   MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.10)
1089   MCFG_SOUND_ADD("k051649", K051649, 1789773)
1089   MCFG_SOUND_ADD("k051649", K051649, XTAL_10_738635MHz/3/2)
10901090   MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)
1091   MCFG_SOUND_ADD("ym2413", YM2413, 3579545)
1091   MCFG_SOUND_ADD("ym2413", YM2413, XTAL_10_738635MHz/3)
10921092   MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.40)
10931093
10941094   /* printer */
r17417r17418
11451145
11461146static MACHINE_CONFIG_START( msx2, msx_state )
11471147   /* basic machine hardware */
1148   MCFG_CPU_ADD("maincpu", Z80, 3579545)        /* 3.579545 MHz */
1148   MCFG_CPU_ADD("maincpu", Z80, XTAL_21_4772MHz/6)        /* 3.579545 MHz */
11491149   MCFG_CPU_PROGRAM_MAP(msx_memory_map)
11501150   MCFG_CPU_IO_MAP(msx2_io_map)
11511151   MCFG_TIMER_ADD_SCANLINE("scantimer", msx2_interrupt, "screen", 0, 1)
r17417r17418
11771177   MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.10)
11781178   MCFG_SOUND_WAVE_ADD(WAVE_TAG, CASSETTE_TAG)
11791179   MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)
1180   MCFG_SOUND_ADD("ay8910", AY8910, 1789773)
1180   MCFG_SOUND_ADD("ay8910", AY8910, XTAL_21_4772MHz/6/2)
11811181   MCFG_SOUND_CONFIG(msx_ay8910_interface)
11821182   MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.10)
1183   MCFG_SOUND_ADD("k051649", K051649, 1789773)
1183   MCFG_SOUND_ADD("k051649", K051649, XTAL_21_4772MHz/6/2)
11841184   MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)
1185   MCFG_SOUND_ADD("ym2413", YM2413, 3579545)
1185   MCFG_SOUND_ADD("ym2413", YM2413, XTAL_21_4772MHz/6)
11861186   MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.40)
11871187
11881188   /* printer */

Previous 199869 Revisions Next


© 1997-2024 The MAME Team