Skip to content

Commit

Permalink
1.0.0.2 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaul authored May 1, 2021
1 parent 296c73f commit 9015c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/burn/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#define VER_MAJOR 1
#define VER_MINOR 0
#define VER_BETA 0
#define VER_ALPHA 1
#define VER_ALPHA 2

#define BURN_VERSION (VER_MAJOR * 0x100000) + (VER_MINOR * 0x010000) + (((VER_BETA / 10) * 0x001000) + ((VER_BETA % 10) * 0x000100)) + (((VER_ALPHA / 10) * 0x000010) + (VER_ALPHA % 10))

Expand Down

5 comments on commit 9015c07

@tmaul
Copy link
Member Author

@tmaul tmaul commented on 9015c07 May 1, 2021

Choose a reason for hiding this comment

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

@0xe1f Is there any chance you could do a release of this version please and then let me know so I can update the release? (you may be able to do that yourself now!)

@0xe1f
Copy link
Collaborator

@0xe1f 0xe1f commented on 9015c07 May 1, 2021 via email

Choose a reason for hiding this comment

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

@dinkc64
Copy link
Collaborator

@dinkc64 dinkc64 commented on 9015c07 May 1, 2021

Choose a reason for hiding this comment

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

@tmaul, sorry to detail, but, can you please add nes_contra.ini and nes_superc.ini to the cheats.zip on the release page? :)
They can be found here: https://neo-source.com/index.php?topic=139.msg32107#msg32107

@tmaul
Copy link
Member Author

@tmaul tmaul commented on 9015c07 May 1, 2021

Choose a reason for hiding this comment

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

@dinkc64 The files on the forum are 0 bytes. Can you upload them to the cheat git repo please? https://github.com/finalburnneo/FBNeo-cheats

@dinkc64
Copy link
Collaborator

@dinkc64 dinkc64 commented on 9015c07 May 2, 2021

Choose a reason for hiding this comment

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

sorry about that, can you pls. try again? I don't want to clone all of those files to my poor ssd :/

Please sign in to comment.