diff options
author | 2017-09-06 12:59:18 -0400 | |
---|---|---|
committer | 2017-09-06 12:59:18 -0400 | |
commit | 8b7d5df242cb096be0b962e1b164c708fc5bf37e (patch) | |
tree | 8030039db23790d41a66d4faa3a1ec26770e0aad | |
parent | 01a77b3ac87f2868b10050e5e5769aab2e005146 (diff) |
mpu401: fix rom name, add full label and version note. [Lord Nightmare]
-rw-r--r-- | src/devices/machine/mpu401.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mpu401.cpp b/src/devices/machine/mpu401.cpp index 250394601aa..9cd3ddaff92 100644 --- a/src/devices/machine/mpu401.cpp +++ b/src/devices/machine/mpu401.cpp @@ -72,7 +72,7 @@ ADDRESS_MAP_END ROM_START( mpu401 ) ROM_REGION(0x1000, ROM_TAG, 0) - ROM_LOAD( "roland_6801v0b55p.bin", 0x000000, 0x001000, CRC(65d3a151) SHA1(00efbfb96aeb997b69bb16981c6751d3c784bb87) ) + ROM_LOAD( "roland__6801v0b55p__15179222.bin", 0x000000, 0x001000, CRC(65d3a151) SHA1(00efbfb96aeb997b69bb16981c6751d3c784bb87) ) /* Mask MCU; Label: "Roland // 6801V0B55P // 5A1 JAPAN // 15179222"; This is the final version (1.5A) of the mpu401 firmware; version is located at offsets 0x649 (0x15) and 0x64f (0x01) */ ROM_END //************************************************************************** |