mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
minitel2 : added bios bv9
This commit is contained in:
parent
a9362c2546
commit
8336dba858
@ -26,6 +26,7 @@
|
||||
- Modem and sound output.
|
||||
- The rear serial port.
|
||||
- Parameters I2C 24C02 EEPROM.
|
||||
- Screen should go blank when switched off
|
||||
|
||||
The original firmware and the experimental demo rom are currently both working.
|
||||
|
||||
@ -435,6 +436,9 @@ ROM_START( minitel2 )
|
||||
ROM_SYSTEM_BIOS(1, "demov1", "Minitel 2 Demo")
|
||||
ROMX_LOAD( "demo_minitel.bin", 0x0000, 0x8000, CRC(607f2482) SHA1(7965edbef68e45d09dc67a4684da56003eff6328), ROM_BIOS(1) )
|
||||
|
||||
ROM_SYSTEM_BIOS(2, "ft_bv9", "Minitel 2 ROM Bv9")
|
||||
ROMX_LOAD( "bv9.1402", 0x0000, 0x8000, CRC(ace5d65e) SHA1(c8d589f8af6bd7d339964fdece937a76db972115), ROM_BIOS(2) )
|
||||
|
||||
ROM_REGION( 0x4000, "ts9347", 0 )
|
||||
ROM_LOAD( "charset.rom", 0x0000, 0x2000, BAD_DUMP CRC(b2f49eb3) SHA1(d0ef530be33bfc296314e7152302d95fdf9520fc) ) // from dcvg5k
|
||||
ROM_END
|
||||
|
Loading…
Reference in New Issue
Block a user