summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/rdpfrect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/rdpfrect.h')
-rw-r--r--src/mame/video/rdpfrect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/rdpfrect.h b/src/mame/video/rdpfrect.h
index 469edb9f81c..ef197e51388 100644
--- a/src/mame/video/rdpfrect.h
+++ b/src/mame/video/rdpfrect.h
@@ -11,6 +11,6 @@ static void (*rdp_fill_rectangle_16bit_func[16])(RECTANGLE *) =
{
fill_rectangle_16bit_c1_dm, fill_rectangle_16bit_c1_db, fill_rectangle_16bit_c1_dn, fill_rectangle_16bit_c1_dn,
fill_rectangle_16bit_c2_dm, fill_rectangle_16bit_c2_db, fill_rectangle_16bit_c2_dn, fill_rectangle_16bit_c2_dn,
- fill_rectangle_16bit_cc, fill_rectangle_16bit_cc, fill_rectangle_16bit_cc, fill_rectangle_16bit_cc,
- fill_rectangle_16bit_cf, fill_rectangle_16bit_cf, fill_rectangle_16bit_cf, fill_rectangle_16bit_cf,
+ fill_rectangle_16bit_cc, fill_rectangle_16bit_cc, fill_rectangle_16bit_cc, fill_rectangle_16bit_cc,
+ fill_rectangle_16bit_cf, fill_rectangle_16bit_cf, fill_rectangle_16bit_cf, fill_rectangle_16bit_cf,
};