From: <sba...@us...> - 2021-03-14 19:25:14
|
This is an automated email from the git hooks/post-receive-user script. sbaldovi pushed a commit to branch master in repository fuse. View the commit online: https://sourceforge.net/p/fuse-emulator/fuse/ci/240b79404871a1ef6c09739e9de1632199ac710a/ commit 240b79404871a1ef6c09739e9de1632199ac710a Author: Sergio Baldoví <ser...@gm...> AuthorDate: Sun Mar 14 20:23:16 2021 +0100 Remove a C99 comment --- peripherals/ide/divmmc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/peripherals/ide/divmmc.c b/peripherals/ide/divmmc.c index 10c0666f..6541dc0c 100644 --- a/peripherals/ide/divmmc.c +++ b/peripherals/ide/divmmc.c @@ -238,8 +238,6 @@ divmmc_control_write( libspectrum_word port GCC_UNUSED, libspectrum_byte data ) static void divmmc_card_select( libspectrum_word port GCC_UNUSED, libspectrum_byte data ) { -// printf("divmmc_card_select( 0x%02x )\n", data ); - /* D0 = MMC0, D1 = MMC1, active LOW somehow logic prevents enabling both cards at the same time */ switch( data & 0x03 ) { |