diff options
author | 2013-10-15 22:00:37 +0000 | |
---|---|---|
committer | 2013-10-15 22:00:37 +0000 | |
commit | 4fa7da9f11a79a48b07c8435b137a33d93438169 (patch) | |
tree | 8fcc2bb1854aa6d9f5871dbbb607b05089a0c71e /src/mess/drivers/a310.c | |
parent | ca904d3f34b3a952d8845f9338c05a29f8d1f97d (diff) |
Copyright update. Please let me know if there's a blank and you would like to fill it somehow, not going to force it for now. I've surely missed some drivers, but for now that's enough.
Diffstat (limited to 'src/mess/drivers/a310.c')
-rw-r--r-- | src/mess/drivers/a310.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mess/drivers/a310.c b/src/mess/drivers/a310.c index d73055298b8..6f2912d81f2 100644 --- a/src/mess/drivers/a310.c +++ b/src/mess/drivers/a310.c @@ -1,3 +1,5 @@ +// license:? +// copyright-holders:Angelo Salese, R. Belmont, Juergen Bunchmueller /****************************************************************************** * * Acorn Archimedes 310 @@ -370,7 +372,7 @@ ROM_START( a3010 ) ROM_LOAD32_WORD( "0296,062-01.ic15", 0x000002, 0x100000, CRC(d42e196e) SHA1(64243d39d1bca38b10761f66a8042c883bde87a4)) ROM_REGION( 0x200000, "vram", ROMREGION_ERASE00 ) ROM_REGION( 0x100, "i2cmem", ROMREGION_ERASE00 ) - + ROM_REGION( 0x10000, "battery", ROMREGION_ERASE00 ) ROM_LOAD( "0296,063-2.ic40", 0x00000, 0x10000, CRC(9ca3a6be) SHA1(75905b031f49960605d55c3e7350d309559ed440)) ROM_END |