[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] Unimplemented aes calls
> Could you give an example of unimplemented AES calls?
/* 11 */ { NULL, 0, DESCR("appl_read") }, // unimplemented
/* 14 */ { NULL, 0, DESCR("appl_tplay") }, // unimplemented
/* 15 */ { NULL, 0, DESCR("appl_trecord") }, // unimplemented
/* 72 */ { NULL, 0, DESCR("graf_movebox") }, // unimplemented
/* 73 */ { NULL, 0, DESCR("graf_growbox") }, // unimplemented
/* 74 */ { NULL, 0, DESCR("graf_shrinkbox") }, // unimplemented
/* 113 */ { NULL, 0, DESCR("rsrc_saddr") }, // unimplemented
See "freemint\xaaes\src.km\handler.c" for more info.
Gerhard