Skip to content

Commit

Permalink
suppressed m48t08 RTC - simplified m48t59 RTC api
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1573 c046a42c-6fe2-441c-8c8c-71466251a162
  • Loading branch information
bellard committed Oct 30, 2005
1 parent 48b2c19 commit 819385c
Show file tree
Hide file tree
Showing 10 changed files with 166 additions and 560 deletions.
3 changes: 2 additions & 1 deletion Makefile.target
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@ VL_OBJS+= fdc.o mc146818rtc.o serial.o m48t59.o
VL_OBJS+= cirrus_vga.o parallel.o
VL_OBJS+= magic-load.o
else
VL_OBJS+= sun4m.o tcx.o lance.o iommu.o m48t08.o magic-load.o slavio_intctl.o slavio_timer.o slavio_serial.o slavio_misc.o fdc.o esp.o
VL_OBJS+= sun4m.o tcx.o lance.o iommu.o m48t59.o magic-load.o slavio_intctl.o
VL_OBJS+= slavio_timer.o slavio_serial.o slavio_misc.o fdc.o esp.o
endif
endif
ifdef CONFIG_GDBSTUB
Expand Down
356 changes: 0 additions & 356 deletions hw/m48t08.c

This file was deleted.

10 changes: 0 additions & 10 deletions hw/m48t08.h

This file was deleted.

Loading

0 comments on commit 819385c

Please sign in to comment.