Search
lxdream.org :: lxdream/src/test/testxlt.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/test/testxlt.c
changeset 561:533f6b478071
prev515:5e5bb1dd369e
next922:8a8361264b1e
author nkeynes
date Tue Jan 01 05:08:38 2008 +0000 (16 years ago)
branchlxdream-mmu
permissions -rw-r--r--
last change Enable Id keyword on all source files
file annotate diff log raw
1.1 --- a/src/test/testxlt.c Thu Nov 15 08:17:17 2007 +0000
1.2 +++ b/src/test/testxlt.c Tue Jan 01 05:08:38 2008 +0000
1.3 @@ -1,3 +1,21 @@
1.4 +/**
1.5 + * $Id$
1.6 + *
1.7 + * Translation cache test functions
1.8 + *
1.9 + * Copyright (c) 2005 Nathan Keynes.
1.10 + *
1.11 + * This program is free software; you can redistribute it and/or modify
1.12 + * it under the terms of the GNU General Public License as published by
1.13 + * the Free Software Foundation; either version 2 of the License, or
1.14 + * (at your option) any later version.
1.15 + *
1.16 + * This program is distributed in the hope that it will be useful,
1.17 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
1.18 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1.19 + * GNU General Public License for more details.
1.20 + */
1.21 +
1.22 #include <assert.h>
1.23 #include "sh4/xltcache.h"
1.24 #include "dreamcast.h"
.