mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
DS1225Y nvram device, by Herve Poussineau.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2460 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
c5be9f0898
commit
9542611a66
4 changed files with 127 additions and 1 deletions
|
@ -215,6 +215,7 @@ void mips_r4k_init (int ram_size, int vga_ram_size, int boot_device,
|
|||
bs_table[2 * i], bs_table[2 * i + 1]);
|
||||
|
||||
kbd_init();
|
||||
ds1225y_init(0x9000, "nvram");
|
||||
}
|
||||
|
||||
QEMUMachine mips_machine = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue