Skip to content

Commit

Permalink
cave: rename epic12 to ep1c12 (2/2)
Browse files Browse the repository at this point in the history
  • Loading branch information
happppp committed Mar 5, 2024
1 parent af0706e commit 11be240
Show file tree
Hide file tree
Showing 14 changed files with 544 additions and 544 deletions.
2 changes: 1 addition & 1 deletion src/mame/cave/cv1k.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Timing

#include "emu.h"

#include "epic12.h"
#include "ep1c12.h"

#include "cpu/sh/sh3comn.h"
#include "cpu/sh/sh4.h"
Expand Down
2 changes: 1 addition & 1 deletion src/mame/cave/epic12.cpp → src/mame/cave/ep1c12.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// emulation of Altera Cyclone EP1C12 FPGA programmed as a blitter

#include "emu.h"
#include "epic12.h"
#include "ep1c12.h"

#include "screen.h"

Expand Down
File renamed without changes.
Loading

3 comments on commit 11be240

@MASHinfo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't build a Tiny or Arcade MAME (arcade.flt) of the driver cv1k.cpp.
Simply delete build\projects\windows and build\mingw-gcc\obj\x64\Release\src\mame\cave files
and try to compile a Tiny MAME with:
make -j5 TARGET=mame SUBTARGET=tinymame SOURCES=src/mame/cave/cv1k.cpp

The compiler can't find the ep1c12_blit0-8.cpp files. They are missing in the new cave.make file.
Building a full MAME version works, the ep1c12_blit0-8.cpp files are in the cave.make file.

@cuavas
Copy link
Member

@cuavas cuavas commented on 11be240 Mar 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MASHinfo stop spamming or you’ll be blocked.

@happppp
Copy link
Member Author

@happppp happppp commented on 11be240 Mar 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, I was going to say, this commit does not introduce a new compile problem, nor was it intended to fix the issue you're having.

Please sign in to comment.