trunk/src/devices/cpu/tms34010/34010gfx.inc
| r250213 | r250214 | |
| 641 | 641 | /* 1bpp cases */ |
| 642 | 642 | #define BITS_PER_PIXEL 1 |
| 643 | 643 | #define FUNCTION_NAME(base) base##_1_op0 |
| 644 | | #include "34010gfx.cpp" |
| 644 | #include "34010gfx.inc" |
| 645 | 645 | #undef FUNCTION_NAME |
| 646 | 646 | #undef BITS_PER_PIXEL |
| 647 | 647 | |
| 648 | 648 | /* 2bpp cases */ |
| 649 | 649 | #define BITS_PER_PIXEL 2 |
| 650 | 650 | #define FUNCTION_NAME(base) base##_2_op0 |
| 651 | | #include "34010gfx.cpp" |
| 651 | #include "34010gfx.inc" |
| 652 | 652 | #undef FUNCTION_NAME |
| 653 | 653 | #undef BITS_PER_PIXEL |
| 654 | 654 | |
| 655 | 655 | /* 4bpp cases */ |
| 656 | 656 | #define BITS_PER_PIXEL 4 |
| 657 | 657 | #define FUNCTION_NAME(base) base##_4_op0 |
| 658 | | #include "34010gfx.cpp" |
| 658 | #include "34010gfx.inc" |
| 659 | 659 | #undef FUNCTION_NAME |
| 660 | 660 | #undef BITS_PER_PIXEL |
| 661 | 661 | |
| 662 | 662 | /* 8bpp cases */ |
| 663 | 663 | #define BITS_PER_PIXEL 8 |
| 664 | 664 | #define FUNCTION_NAME(base) base##_8_op0 |
| 665 | | #include "34010gfx.cpp" |
| 665 | #include "34010gfx.inc" |
| 666 | 666 | #undef FUNCTION_NAME |
| 667 | 667 | #undef BITS_PER_PIXEL |
| 668 | 668 | |
| 669 | 669 | /* 16bpp cases */ |
| 670 | 670 | #define BITS_PER_PIXEL 16 |
| 671 | 671 | #define FUNCTION_NAME(base) base##_16_op0 |
| 672 | | #include "34010gfx.cpp" |
| 672 | #include "34010gfx.inc" |
| 673 | 673 | #undef FUNCTION_NAME |
| 674 | 674 | #undef BITS_PER_PIXEL |
| 675 | 675 | |
| r250213 | r250214 | |
| 687 | 687 | /* 1bpp cases */ |
| 688 | 688 | #define BITS_PER_PIXEL 1 |
| 689 | 689 | #define FUNCTION_NAME(base) base##_1_opx |
| 690 | | #include "34010gfx.cpp" |
| 690 | #include "34010gfx.inc" |
| 691 | 691 | #undef FUNCTION_NAME |
| 692 | 692 | #undef BITS_PER_PIXEL |
| 693 | 693 | |
| 694 | 694 | /* 2bpp cases */ |
| 695 | 695 | #define BITS_PER_PIXEL 2 |
| 696 | 696 | #define FUNCTION_NAME(base) base##_2_opx |
| 697 | | #include "34010gfx.cpp" |
| 697 | #include "34010gfx.inc" |
| 698 | 698 | #undef FUNCTION_NAME |
| 699 | 699 | #undef BITS_PER_PIXEL |
| 700 | 700 | |
| 701 | 701 | /* 4bpp cases */ |
| 702 | 702 | #define BITS_PER_PIXEL 4 |
| 703 | 703 | #define FUNCTION_NAME(base) base##_4_opx |
| 704 | | #include "34010gfx.cpp" |
| 704 | #include "34010gfx.inc" |
| 705 | 705 | #undef FUNCTION_NAME |
| 706 | 706 | #undef BITS_PER_PIXEL |
| 707 | 707 | |
| 708 | 708 | /* 8bpp cases */ |
| 709 | 709 | #define BITS_PER_PIXEL 8 |
| 710 | 710 | #define FUNCTION_NAME(base) base##_8_opx |
| 711 | | #include "34010gfx.cpp" |
| 711 | #include "34010gfx.inc" |
| 712 | 712 | #undef FUNCTION_NAME |
| 713 | 713 | #undef BITS_PER_PIXEL |
| 714 | 714 | |
| 715 | 715 | /* 16bpp cases */ |
| 716 | 716 | #define BITS_PER_PIXEL 16 |
| 717 | 717 | #define FUNCTION_NAME(base) base##_16_opx |
| 718 | | #include "34010gfx.cpp" |
| 718 | #include "34010gfx.inc" |
| 719 | 719 | #undef FUNCTION_NAME |
| 720 | 720 | #undef BITS_PER_PIXEL |
| 721 | 721 | |
| r250213 | r250214 | |
| 734 | 734 | /* 1bpp cases */ |
| 735 | 735 | #define BITS_PER_PIXEL 1 |
| 736 | 736 | #define FUNCTION_NAME(base) base##_1_op0_trans |
| 737 | | #include "34010gfx.cpp" |
| 737 | #include "34010gfx.inc" |
| 738 | 738 | #undef FUNCTION_NAME |
| 739 | 739 | #undef BITS_PER_PIXEL |
| 740 | 740 | |
| 741 | 741 | /* 2bpp cases */ |
| 742 | 742 | #define BITS_PER_PIXEL 2 |
| 743 | 743 | #define FUNCTION_NAME(base) base##_2_op0_trans |
| 744 | | #include "34010gfx.cpp" |
| 744 | #include "34010gfx.inc" |
| 745 | 745 | #undef FUNCTION_NAME |
| 746 | 746 | #undef BITS_PER_PIXEL |
| 747 | 747 | |
| 748 | 748 | /* 4bpp cases */ |
| 749 | 749 | #define BITS_PER_PIXEL 4 |
| 750 | 750 | #define FUNCTION_NAME(base) base##_4_op0_trans |
| 751 | | #include "34010gfx.cpp" |
| 751 | #include "34010gfx.inc" |
| 752 | 752 | #undef FUNCTION_NAME |
| 753 | 753 | #undef BITS_PER_PIXEL |
| 754 | 754 | |
| 755 | 755 | /* 8bpp cases */ |
| 756 | 756 | #define BITS_PER_PIXEL 8 |
| 757 | 757 | #define FUNCTION_NAME(base) base##_8_op0_trans |
| 758 | | #include "34010gfx.cpp" |
| 758 | #include "34010gfx.inc" |
| 759 | 759 | #undef FUNCTION_NAME |
| 760 | 760 | #undef BITS_PER_PIXEL |
| 761 | 761 | |
| 762 | 762 | /* 16bpp cases */ |
| 763 | 763 | #define BITS_PER_PIXEL 16 |
| 764 | 764 | #define FUNCTION_NAME(base) base##_16_op0_trans |
| 765 | | #include "34010gfx.cpp" |
| 765 | #include "34010gfx.inc" |
| 766 | 766 | #undef FUNCTION_NAME |
| 767 | 767 | #undef BITS_PER_PIXEL |
| 768 | 768 | |
| r250213 | r250214 | |
| 780 | 780 | /* 1bpp cases */ |
| 781 | 781 | #define BITS_PER_PIXEL 1 |
| 782 | 782 | #define FUNCTION_NAME(base) base##_1_opx_trans |
| 783 | | #include "34010gfx.cpp" |
| 783 | #include "34010gfx.inc" |
| 784 | 784 | #undef FUNCTION_NAME |
| 785 | 785 | #undef BITS_PER_PIXEL |
| 786 | 786 | |
| 787 | 787 | /* 2bpp cases */ |
| 788 | 788 | #define BITS_PER_PIXEL 2 |
| 789 | 789 | #define FUNCTION_NAME(base) base##_2_opx_trans |
| 790 | | #include "34010gfx.cpp" |
| 790 | #include "34010gfx.inc" |
| 791 | 791 | #undef FUNCTION_NAME |
| 792 | 792 | #undef BITS_PER_PIXEL |
| 793 | 793 | |
| 794 | 794 | /* 4bpp cases */ |
| 795 | 795 | #define BITS_PER_PIXEL 4 |
| 796 | 796 | #define FUNCTION_NAME(base) base##_4_opx_trans |
| 797 | | #include "34010gfx.cpp" |
| 797 | #include "34010gfx.inc" |
| 798 | 798 | #undef FUNCTION_NAME |
| 799 | 799 | #undef BITS_PER_PIXEL |
| 800 | 800 | |
| 801 | 801 | /* 8bpp cases */ |
| 802 | 802 | #define BITS_PER_PIXEL 8 |
| 803 | 803 | #define FUNCTION_NAME(base) base##_8_opx_trans |
| 804 | | #include "34010gfx.cpp" |
| 804 | #include "34010gfx.inc" |
| 805 | 805 | #undef FUNCTION_NAME |
| 806 | 806 | #undef BITS_PER_PIXEL |
| 807 | 807 | |
| 808 | 808 | /* 16bpp cases */ |
| 809 | 809 | #define BITS_PER_PIXEL 16 |
| 810 | 810 | #define FUNCTION_NAME(base) base##_16_opx_trans |
| 811 | | #include "34010gfx.cpp" |
| 811 | #include "34010gfx.inc" |
| 812 | 812 | #undef FUNCTION_NAME |
| 813 | 813 | #undef BITS_PER_PIXEL |
| 814 | 814 | |