diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-06-25 10:57:10 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-06-25 10:57:10 +0000 |
commit | 31211df14dd887cd9976722dd527a4b592dd5a07 (patch) | |
tree | e5626fdad2e887381a612eaf6b4e7fde693bea41 /hw/mips_pica61.c | |
parent | 611d7189e7dc58cdd8e770924677161f72149922 (diff) |
Add a 7 segments + led display, by Herve Poussineau.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3015 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/mips_pica61.c')
-rw-r--r-- | hw/mips_pica61.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/mips_pica61.c b/hw/mips_pica61.c index 17c7a0f173..2c44150176 100644 --- a/hw/mips_pica61.c +++ b/hw/mips_pica61.c @@ -168,6 +168,9 @@ void mips_pica61_init (int ram_size, int vga_ram_size, int boot_device, * but let's do with what Qemu currenly emulates... */ isa_vga_mm_init(ds, phys_ram_base + ram_size, ram_size, vga_ram_size, 0x40000000, 0x60000000, 0); + + /* LED indicator */ + jazz_led_init(ds, 0x8000f000); } QEMUMachine mips_pica61_machine = { |