Ну на сайте Сеги про АА однозначно указано. Что по этому поводу думает уважаемый Металлик было бы интересно послушать. Да и остальные отрицателии АА что-то сразу поутихли 
чё сразу Металлик, поди не самовары, руки-ноги есть, не поленитесь и сами почитайте официальную документацию на дрим если оно вам так надо, например там
https://segaxtreme.net/resources/dreamcast-dev-box-system-architecture.184/где можно увидеть например такое
B3.4.7.2.4 Texture Super-Sampling
Texture super-sampling can be used in combination with the three filtering modes. This
function doubles the texture sampling points per pixel in both the horizontal and vertical
directions [(x, y), (x + 0.5, y), (x, y + 0.5), (x + 0.5, y + 0.5)], compresses the texture and
improves the quality of the portion that is drawn. However, because this quadruples the
amount of texture data that is read, drawing takes about three or four times as long as
compared to when this function is not used.
This function is recommended for use only when it is necessary to improve the image
quality of a polygon that has a texture that has an intricate pattern or fine lines and that has
been compressed. In addition, because this function yields few benefits if it is used at the
same time as full-screen filtering that used the X scaler and Y scaler, it is recommended that
only the full-screen filtering be used, due to the negative impact on drawing performance
that the texture super-sampling function has.
на практике в играх фактически не использовалось, было лишь в полутора играх, емнип каких-то американских футболах и то лишь на отдельных надписях.
в эмуляторах этот суперсэмплинг тоже не эмулируется.
помимо этого есть еще весьма простенький постфильтр, про который можно почитать в той же доке. по сути он тупо смешивает 3 соседние строки, что несколько сглаживает и замыливает картинку, именно его фонаты дримкастов и считают "антиальясингом" почему-то.
вот его уже использовали практически все игры если игра работает в ТВ-режиме, в VGA режимах этот фильтр игры (обычно) не используют.