mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
ds1225y: convert to qdev device, and use it in MIPS Jazz emulation
Signed-off-by: Hervé Poussineau <hpoussin@reactos.org> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
d43ed9ec25
commit
cd3e2409a3
3 changed files with 85 additions and 34 deletions
|
@ -8,9 +8,6 @@ PCIBus *gt64120_register(qemu_irq *pic);
|
|||
/* bonito.c */
|
||||
PCIBus *bonito_init(qemu_irq *pic);
|
||||
|
||||
/* ds1225y.c */
|
||||
void *ds1225y_init(target_phys_addr_t mem_base, const char *filename);
|
||||
|
||||
/* g364fb.c */
|
||||
int g364fb_mm_init(target_phys_addr_t vram_base,
|
||||
target_phys_addr_t ctrl_base, int it_shift,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue