Skip to content

Commit

Permalink
change name of reference data dir
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Jun 5, 2020
1 parent beefb51 commit cea1479
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
Binary file added tests/data/ref/imageset-4bpp-pal.bin
Binary file not shown.
1 change: 1 addition & 0 deletions tests/data/ref/imageset-4bpp-pal.bin.meta
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
;imageset-4bpp-pal - size is 30
5 changes: 5 additions & 0 deletions tests/data/ref/imageset-4bpp-pal.ca65
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
;imageset-4bpp-pal - size is 30
.byte $00,$00,$76,$07,$98,$09,$63,$0B
.byte $A8,$0C,$7A,$07,$69,$06,$40,$0B
.byte $75,$0C,$BA,$0B,$33,$03,$A6,$06
.byte $93,$03,$52,$02,$41,$01
12 changes: 12 additions & 0 deletions tests/data/ref/imageset-4bpp-pal.cc65
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/**
* imageset-4bpp-pal - size is 30
*/
#ifndef IMAGESET-4BPP-PAL_H
#define IMAGESET-4BPP-PAL_H
static const unsigned char IMAGESET-4BPP-PAL[] = {
0x00,0x00,0x76,0x07,0x98,0x09,0x63,0x0b,
0xa8,0x0c,0x7a,0x07,0x69,0x06,0x40,0x0b,
0x75,0x0c,0xba,0x0b,0x33,0x03,0xa6,0x06,
0x93,0x03,0x52,0x02,0x41,0x01
};
#endif

0 comments on commit cea1479

Please sign in to comment.