1;
2;	z88dk library: Generic VDP support code
3;
4;	Bouncer to call safely call a remote function, foo variant for Tatung Einstein and similar machines
5;
6;	$Id: gen_msxbios.asm $
7;
8
9        SECTION code_clib
10
11; Used by Tatung Einstein, 3 extra bytes only
12	PUBLIC    msxbios
13
14msxbios:
15	push	ix
16	ret
17