(nw) minor matters

This commit is contained in:
Robbbert 2020-05-15 04:10:56 +10:00
parent 0ad6cbc9a1
commit a6f28597af
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
P.I.M.P.S. (Personal Interactive MicroProcessor System) P.I.M.P.S. (Personal Interactive MicroProcessor System)
06/12/2009 Skeleton driver. 2009-12-06 Skeleton driver.
No schematics or hardware info available. No schematics or hardware info available.
@ -57,7 +57,7 @@ Assembler:
8-bit values MUST contain two hex digits or one quoted character. 16-bit 8-bit values MUST contain two hex digits or one quoted character. 16-bit
constants MUST contain four hex digits or two quoted characters. constants MUST contain four hex digits or two quoted characters.
Use 'S' instead if 'SP', eg: LXI S,$1000 Use 'S' instead of 'SP', eg: LXI S,$1000
Only EQU, DB, DW and END directives are supported. An END statement is Only EQU, DB, DW and END directives are supported. An END statement is
REQUIRED (otherwise you get the message '?tab-ful' as it fills the symbol REQUIRED (otherwise you get the message '?tab-ful' as it fills the symbol

View File

@ -147,7 +147,7 @@ void sacstate_state::sacstate(machine_config &config)
/* ROM definition */ /* ROM definition */
ROM_START( sacstate ) ROM_START( sacstate )
ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASEFF ) ROM_REGION( 0x0800, "maincpu", 0 )
ROM_LOAD( "sacst1.bin", 0x0700, 0x0100, CRC(ba020160) SHA1(6337cdf65583808768664653c937e50040aec6d4)) ROM_LOAD( "sacst1.bin", 0x0700, 0x0100, CRC(ba020160) SHA1(6337cdf65583808768664653c937e50040aec6d4))
ROM_LOAD( "sacst2.bin", 0x0600, 0x0100, CRC(26f3e505) SHA1(3526060dbd1bf885c2e686bc9a6082387630952a)) ROM_LOAD( "sacst2.bin", 0x0600, 0x0100, CRC(26f3e505) SHA1(3526060dbd1bf885c2e686bc9a6082387630952a))
ROM_LOAD( "sacst3.bin", 0x0500, 0x0100, CRC(965b3474) SHA1(6d9142e68d375fb000fd6ea48369d0801274ded6)) ROM_LOAD( "sacst3.bin", 0x0500, 0x0100, CRC(965b3474) SHA1(6d9142e68d375fb000fd6ea48369d0801274ded6))

View File

@ -136,7 +136,7 @@ void z80dev_state::z80dev(machine_config &config)
/* ROM definition */ /* ROM definition */
ROM_START( z80dev ) ROM_START( z80dev )
ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASEFF ) ROM_REGION( 0x0800, "maincpu", 0 )
ROM_LOAD( "z80dev.bin", 0x0000, 0x0800, CRC(dd5b9cd9) SHA1(97c176fcb63674f0592851b7858cb706886b5857)) ROM_LOAD( "z80dev.bin", 0x0000, 0x0800, CRC(dd5b9cd9) SHA1(97c176fcb63674f0592851b7858cb706886b5857))
ROM_END ROM_END