summaryrefslogtreecommitdiffstats
path: root/src/board/taurinus_x200_4mb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/board/taurinus_x200_4mb.sh')
-rw-r--r--src/board/taurinus_x200_4mb.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/board/taurinus_x200_4mb.sh b/src/board/taurinus_x200_4mb.sh
index 6e0a3ca..8b8bbe5 100644
--- a/src/board/taurinus_x200_4mb.sh
+++ b/src/board/taurinus_x200_4mb.sh
@@ -50,6 +50,15 @@ board_taurinus_x200_4mb_get_dists()
return 0
}
+board_taurinus_x200_4mb_prepare_rom()
+{
+ if ich9_prepare_rom; then
+ return 0
+ else
+ return 1
+ fi
+}
+
board_taurinus_x200_4mb_register()
{
register_board 'taurinus_x200_4mb'