mirror of
https://github.com/holub/mame
synced 2025-04-28 19:14:55 +03:00
Force number to be unsigned so it can compile (nw)
This commit is contained in:
parent
bcb0bba370
commit
5d8c75464c
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -3274,7 +3274,7 @@ src/mame/drivers/lgp.c svneol=native#text/plain
|
||||
src/mame/drivers/liberate.c svneol=native#text/plain
|
||||
src/mame/drivers/liberatr.c svneol=native#text/plain
|
||||
src/mame/drivers/limenko.c svneol=native#text/plain
|
||||
src/mame/drivers/lindbergh.c -text svneol=native#text/plain
|
||||
src/mame/drivers/lindbergh.c svneol=native#text/plain
|
||||
src/mame/drivers/littlerb.c svneol=native#text/plain
|
||||
src/mame/drivers/lkage.c svneol=native#text/plain
|
||||
src/mame/drivers/lockon.c svneol=native#text/plain
|
||||
|
@ -252,7 +252,7 @@ void lindbergh_state::machine_reset()
|
||||
}
|
||||
|
||||
static MACHINE_CONFIG_START(lindbergh, lindbergh_state)
|
||||
MCFG_CPU_ADD("maincpu", PENTIUM, 2800000000)
|
||||
MCFG_CPU_ADD("maincpu", PENTIUM, 2800000000U)
|
||||
MCFG_CPU_PROGRAM_MAP(lindbergh_map)
|
||||
MCFG_CPU_IO_MAP(lindbergh_io)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user