SM501 emulation for R2D-SH4
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 5 Nov 2008 20:24:35 +0000 (20:24 +0000)
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 5 Nov 2008 20:24:35 +0000 (20:24 +0000)
commitffd39257018269ee9cf1e39c531a6c546daaa408
tree449c13bfc0909d92e7d59db85ce15556d7058512
parent5985eceeaa45d35c4a447c164627a1aa5e23319a
SM501 emulation for R2D-SH4

This patch adds minimum emulation of SM501 multifunction device,
whose main feature is 2D graphics.  It is one of the peripheral
of R2D, the SH4 evaluation board.  We can see TUX printed on the
QEMU console.

Signed-off-by: Shin-ichiro KAWASAKI <kawasaki@juno.dti.ne.jp>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5632 c046a42c-6fe2-441c-8c8c-71466251a162
Makefile.target
hw/devices.h
hw/r2d.c
hw/sm501.c [new file with mode: 0644]
hw/sm501_template.h [new file with mode: 0644]