diff options
| author | 2007-12-17 16:41:39 +0000 | |
|---|---|---|
| committer | 2007-12-17 16:41:39 +0000 | |
| commit | 507ca2d27520118151a2556d96b9a15aac768876 (patch) | |
| tree | 46bb2585f4114b1dfc157c3bfe60238d23877e7a /src/emu/cpu/nec/necea.h | |
| parent | df34329a478833efbd542a424ce1813a11214d4a (diff) | |
Changes for MAME 0.121u4.mame0121u4
Diffstat (limited to 'src/emu/cpu/nec/necea.h')
| -rw-r--r-- | src/emu/cpu/nec/necea.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/nec/necea.h b/src/emu/cpu/nec/necea.h index f754523805e..5a1c3b1f749 100644 --- a/src/emu/cpu/nec/necea.h +++ b/src/emu/cpu/nec/necea.h @@ -30,7 +30,7 @@ static unsigned EA_205(void) { E16=FETCH; E16+=FETCH<<8; EO=I.regs.w[IY]+(INT16) static unsigned EA_206(void) { E16=FETCH; E16+=FETCH<<8; EO=I.regs.w[BP]+(INT16)E16; EA=DefaultBase(SS)+EO; return EA; } static unsigned EA_207(void) { E16=FETCH; E16+=FETCH<<8; EO=I.regs.w[BW]+(INT16)E16; EA=DefaultBase(DS0)+EO; return EA; } -static unsigned (*GetEA[192])(void)={ +static unsigned (*const GetEA[192])(void)={ EA_000, EA_001, EA_002, EA_003, EA_004, EA_005, EA_006, EA_007, EA_000, EA_001, EA_002, EA_003, EA_004, EA_005, EA_006, EA_007, EA_000, EA_001, EA_002, EA_003, EA_004, EA_005, EA_006, EA_007, |
